diff --git a/X10D.Unity.dll b/X10D.Unity.dll
index d041604..348b7ce 100644
Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ
diff --git a/X10D.dll b/X10D.dll
index dc2685a..34e8b2f 100644
Binary files a/X10D.dll and b/X10D.dll differ
diff --git a/X10D.xml b/X10D.xml
index 7e40709..f10f693 100644
--- a/X10D.xml
+++ b/X10D.xml
@@ -6060,6 +6060,14 @@
The nearest multiple to which should be rounded.
rounded to the nearest multiple of .
+
+
+ Saturates this decimal number.
+
+ The value to saturate.
+ The saturated value.
+ This method clamps between 0 and 1.
+
Returns an integer that indicates the sign of this decimal number.
@@ -6290,6 +6298,14 @@
The nearest multiple to which should be rounded.
rounded to the nearest multiple of .
+
+
+ Saturates this double-precision floating-point number.
+
+ The value to saturate.
+ The saturated value.
+ This method clamps between 0 and 1.
+
Returns the sine of the specified angle.
@@ -7253,6 +7269,14 @@
The nearest multiple to which should be rounded.
rounded to the nearest multiple of .
+
+
+ Saturates this single-precision floating-point number.
+
+ The value to saturate.
+ The saturated value.
+ This method clamps between 0 and 1.
+
Returns an integer that indicates the sign of this single-precision floating-point number.
diff --git a/package.json b/package.json
index 55e78b0..a114647 100644
--- a/package.json
+++ b/package.json
@@ -1,15 +1,18 @@
{
- "name": "me.olivr.x10d",
- "author": {
- "name": "Oliver Booth",
- "email": "me@olivr.me",
- "url": "https://oliverbooth.dev"
- },
- "displayName": "X10D",
- "version": "3.2.0-nightly.163",
- "unity": "2021.2",
- "description": "Extension methods on crack",
- "keywords": ["dotnet", "extension-methods"],
- "changelogUrl": "https://github.com/oliverbooth/X10D/blob/main/CHANGELOG.md",
- "licensesUrl": "https://github.com/oliverbooth/X10D/blob/main/LICENSE.md"
+ "name": "me.olivr.x10d",
+ "author": {
+ "name": "Oliver Booth",
+ "email": "me@olivr.me",
+ "url": "https://oliverbooth.dev"
+ },
+ "displayName": "X10D",
+ "version": "3.2.0-nightly.174",
+ "unity": "2021.3",
+ "description": "Extension methods on crack",
+ "keywords": [
+ "dotnet",
+ "extension-methods"
+ ],
+ "changelogUrl": "https://github.com/oliverbooth/X10D/blob/main/CHANGELOG.md",
+ "licensesUrl": "https://github.com/oliverbooth/X10D/blob/main/LICENSE.md"
}
\ No newline at end of file