1
0
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:
github-actions 2023-04-03 15:23:04 +00:00
parent 63c55aef63
commit a6411af4be
4 changed files with 19 additions and 1 deletions

Binary file not shown.

BIN
X10D.dll

Binary file not shown.

View File

@ -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>.

View File

@ -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": [