1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:45:42 +00:00

Update upm branch (f131c281cf)

This commit is contained in:
github-actions 2023-04-03 13:43:33 +00:00
parent 7bbc93c295
commit 66fcab80f2
4 changed files with 12 additions and 1 deletions

Binary file not shown.

BIN
X10D.dll

Binary file not shown.

View File

@ -6942,6 +6942,17 @@
Provides static helpers methods for mathematical functions not found in the .NET <see cref="T:System.Math" /> class.
</summary>
</member>
<member name="M:X10D.Math.MathUtility.Bias(System.Single,System.Single)">
<summary>
Applies a simple bias function to value.
</summary>
<param name="value">The value to which the bias function will be applied.</param>
<param name="bias">The bias value. Valid values range from 0-1.</param>
<returns>The biased result.</returns>
<remarks>
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.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.217",
"version": "3.2.0-nightly.218",
"unity": "2021.3",
"description": "Extension methods on crack",
"keywords": [