mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-13 00:45:42 +00:00
Bump upm to 3.2.0-nightly.152
This commit is contained in:
parent
c894c21c76
commit
52e62148e1
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
22
X10D.xml
22
X10D.xml
@ -6409,6 +6409,28 @@
|
||||
The interpolation result as determined by <c>(1 - alpha) * value + alpha * target</c>.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.ScaleRange(System.Single,System.Single,System.Single,System.Single,System.Single)">
|
||||
<summary>
|
||||
Converts a value from being a percentage of one range, to being the same percentage in a new range.
|
||||
</summary>
|
||||
<param name="value">The value to convert.</param>
|
||||
<param name="oldMin">The old minimum value.</param>
|
||||
<param name="oldMax">The old maximum value.</param>
|
||||
<param name="newMin">The new minimum value.</param>
|
||||
<param name="newMax">The new maximum value.</param>
|
||||
<returns>The scaled value.</returns>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.ScaleRange(System.Double,System.Double,System.Double,System.Double,System.Double)">
|
||||
<summary>
|
||||
Converts a value from being a percentage of one range, to being the same percentage in a new range.
|
||||
</summary>
|
||||
<param name="value">The value to convert.</param>
|
||||
<param name="oldMin">The old minimum value.</param>
|
||||
<param name="oldMax">The old maximum value.</param>
|
||||
<param name="newMin">The new minimum value.</param>
|
||||
<param name="newMax">The new maximum value.</param>
|
||||
<returns>The scaled value.</returns>
|
||||
</member>
|
||||
<member name="T:X10D.Math.SByteExtensions">
|
||||
<summary>
|
||||
Math-related extension methods for <see cref="T:System.SByte" />.
|
||||
|
@ -6,7 +6,7 @@
|
||||
"url": "https://oliverbooth.dev"
|
||||
},
|
||||
"displayName": "X10D",
|
||||
"version": "3.2.0-nightly.150",
|
||||
"version": "3.2.0-nightly.152",
|
||||
"unity": "2021.2",
|
||||
"description": "Extension methods on crack",
|
||||
"keywords": ["dotnet", "extension-methods"],
|
||||
|
Loading…
Reference in New Issue
Block a user