mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 00:05:42 +00:00
Update upm branch (654d5b5b08
)
This commit is contained in:
parent
63c55aef63
commit
a6411af4be
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
18
X10D.xml
18
X10D.xml
@ -6978,6 +6978,24 @@
|
||||
If <paramref name="bias" /> is less than 0.5, <paramref name="value" /> will be shifted downward; otherwise, upward.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.ExponentialDecay(System.Single,System.Single,System.Single)">
|
||||
<summary>
|
||||
Calculates exponential decay for a value.
|
||||
</summary>
|
||||
<param name="value">The value to decay.</param>
|
||||
<param name="alpha">A factor by which to scale the decay.</param>
|
||||
<param name="decay">The decay amount.</param>
|
||||
<returns>The exponentially decayed value.</returns>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.ExponentialDecay(System.Double,System.Double,System.Double)">
|
||||
<summary>
|
||||
Calculates exponential decay for a value.
|
||||
</summary>
|
||||
<param name="value">The value to decay.</param>
|
||||
<param name="alpha">A factor by which to scale the decay.</param>
|
||||
<param name="decay">The decay amount.</param>
|
||||
<returns>The exponentially decayed value.</returns>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.GammaToLinear(System.Single)">
|
||||
<summary>
|
||||
Converts a gamma-encoded value to a linear value using a gamma value of <c>2.2</c>.
|
||||
|
@ -6,7 +6,7 @@
|
||||
"url": "https://oliverbooth.dev"
|
||||
},
|
||||
"displayName": "X10D",
|
||||
"version": "3.2.0-nightly.220",
|
||||
"version": "3.2.0-nightly.221",
|
||||
"unity": "2021.3",
|
||||
"description": "Extension methods on crack",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user