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:
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" />.
|
||||
</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" />.
|
||||
|
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user