Update upm branch (514e5b12b0)

This commit is contained in:
github-actions 2023-04-03 16:27:37 +00:00
parent b94655afec
commit a1b87259c8
4 changed files with 25 additions and 1 deletions

Binary file not shown.

BIN
X10D.dll

Binary file not shown.

View File

@ -7098,6 +7098,30 @@
<param name="gamma">The gamma value to use for encoding.</param> <param name="gamma">The gamma value to use for encoding.</param>
<returns>The gamma-encoded value.</returns> <returns>The gamma-encoded value.</returns>
</member> </member>
<member name="M:X10D.Math.MathUtility.Pulse(System.Single,System.Single,System.Single)">
<summary>
Returns the pulse wave for a given value.
</summary>
<param name="value">The value to calculate.</param>
<param name="lowerBound">The inclusive lower bound of the pulse.</param>
<param name="upperBound">The inclusive upper bound of the pulse.</param>
<returns>
1 if <paramref name="value" /> lies between <paramref name="lowerBound" /> and <paramref name="upperBound" />;
otherwise, 0.
</returns>
</member>
<member name="M:X10D.Math.MathUtility.Pulse(System.Double,System.Double,System.Double)">
<summary>
Returns the pulse wave for a given value.
</summary>
<param name="value">The value to calculate.</param>
<param name="lowerBound">The inclusive lower bound of the pulse.</param>
<param name="upperBound">The inclusive upper bound of the pulse.</param>
<returns>
1 if <paramref name="value" /> lies between <paramref name="lowerBound" /> and <paramref name="upperBound" />;
otherwise, 0.
</returns>
</member>
<member name="M:X10D.Math.MathUtility.Sawtooth(System.Single)"> <member name="M:X10D.Math.MathUtility.Sawtooth(System.Single)">
<summary> <summary>
Returns the incremental sawtooth wave of a given value. Returns the incremental sawtooth wave of a given value.

View File

@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev" "url": "https://oliverbooth.dev"
}, },
"displayName": "X10D", "displayName": "X10D",
"version": "3.2.0-nightly.222", "version": "3.2.0-nightly.223",
"unity": "2021.3", "unity": "2021.3",
"description": "Extension methods on crack", "description": "Extension methods on crack",
"keywords": [ "keywords": [