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

Bump upm to 3.1.0-nightly.104

This commit is contained in:
Oliver Booth 2022-05-13 09:14:35 +01:00
parent 41e535d763
commit ddc912fc6f
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
4 changed files with 19 additions and 1 deletions

Binary file not shown.

View File

@ -554,6 +554,24 @@
<see cref="F:UnityEngine.Vector4.w" /> component is <paramref name="w" />.
</returns>
</member>
<member name="T:X10D.Unity.Singleton`1">
<summary>
Represents a class which implements the singleton pattern for a specific <see cref="T:UnityEngine.MonoBehaviour" />. This class is not
thread-safe.
</summary>
<typeparam name="T">The type of the singleton.</typeparam>
</member>
<member name="P:X10D.Unity.Singleton`1.Instance">
<summary>
Gets the instance of the singleton.
</summary>
<value>The singleton instance.</value>
</member>
<member name="M:X10D.Unity.Singleton`1.OnDestroy">
<summary>
Called when the object is destroyed.
</summary>
</member>
<member name="T:X10D.Unity.TransformExtensions">
<summary>
Extension methods for <see cref="T:UnityEngine.Transform" />.

BIN
X10D.dll

Binary file not shown.

View File

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