1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 03:25:41 +00:00

Bump upm to 3.2.0-nightly.112

This commit is contained in:
Oliver Booth 2022-06-01 11:11:08 +01:00
parent 18e75cc801
commit b80a7476b7
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
4 changed files with 27 additions and 1 deletions

Binary file not shown.

View File

@ -254,6 +254,13 @@
<param name="rectangle">The rectangle to convert.</param>
<returns>The converted rectangle.</returns>
</member>
<member name="M:X10D.Unity.Drawing.RectangleExtensions.ToUnityRectInt(System.Drawing.Rectangle)">
<summary>
Converts the current <see cref="T:System.Drawing.Rectangle" /> to a <see cref="T:UnityEngine.RectInt" />.
</summary>
<param name="rectangle">The rectangle to convert.</param>
<returns>The converted rectangle.</returns>
</member>
<member name="T:X10D.Unity.Drawing.RectangleFExtensions">
<summary>
Drawing-related extension methods for <see cref="T:System.Drawing.RectangleF" />.
@ -278,6 +285,25 @@
<param name="rectangle">The rectangle to convert.</param>
<returns>The converted rectangle.</returns>
</member>
<member name="T:X10D.Unity.Drawing.RectIntExtensions">
<summary>
Drawing-related extension methods for <see cref="T:UnityEngine.RectInt" />.
</summary>
</member>
<member name="M:X10D.Unity.Drawing.RectIntExtensions.ToSystemRectangle(UnityEngine.RectInt)">
<summary>
Converts the current <see cref="T:UnityEngine.RectInt" /> to a <see cref="T:System.Drawing.Rectangle" />.
</summary>
<param name="rectangle">The rectangle to convert.</param>
<returns>The converted rectangle.</returns>
</member>
<member name="M:X10D.Unity.Drawing.RectIntExtensions.ToSystemRectangleF(UnityEngine.RectInt)">
<summary>
Converts the current <see cref="T:UnityEngine.RectInt" /> to a <see cref="T:System.Drawing.RectangleF" />.
</summary>
<param name="rectangle">The rectangle to convert.</param>
<returns>The converted rectangle.</returns>
</member>
<member name="T:X10D.Unity.Drawing.SizeExtensions">
<summary>
Drawing-related extension methods for <see cref="T:System.Drawing.Size" />.

BIN
X10D.dll

Binary file not shown.

View File

@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
"version": "3.2.0-nightly.111",
"version": "3.2.0-nightly.112",
"unity": "2021.2",
"description": "Extension methods on crack",
"keywords": ["dotnet", "extension-methods"],