Click or drag to resize

MonoSingletonTAutoInstance Property

The instance of the object.

Namespace:  RavingBots.MagicGestures.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static T AutoInstance { get; }

Property Value

Type: T
Remarks
If no objects of this type exist, one will be created.
See Also