mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-23 00:38:47 +00:00
Bump upm to 3.1.0-nightly.104
This commit is contained in:
parent
41e535d763
commit
ddc912fc6f
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
@ -554,6 +554,24 @@
|
|||||||
<see cref="F:UnityEngine.Vector4.w" /> component is <paramref name="w" />.
|
<see cref="F:UnityEngine.Vector4.w" /> component is <paramref name="w" />.
|
||||||
</returns>
|
</returns>
|
||||||
</member>
|
</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">
|
<member name="T:X10D.Unity.TransformExtensions">
|
||||||
<summary>
|
<summary>
|
||||||
Extension methods for <see cref="T:UnityEngine.Transform" />.
|
Extension methods for <see cref="T:UnityEngine.Transform" />.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"url": "https://oliverbooth.dev"
|
"url": "https://oliverbooth.dev"
|
||||||
},
|
},
|
||||||
"displayName": "X10D",
|
"displayName": "X10D",
|
||||||
"version": "3.1.0-nightly.102",
|
"version": "3.1.0-nightly.104",
|
||||||
"unity": "2021.2",
|
"unity": "2021.2",
|
||||||
"description": "Extension methods on crack",
|
"description": "Extension methods on crack",
|
||||||
"keywords": ["dotnet", "extension-methods"],
|
"keywords": ["dotnet", "extension-methods"],
|
||||||
|
Loading…
Reference in New Issue
Block a user