SingletonMonoBehaviourTDoesInstanceExist Method
|
Checks if an instance of this MonoBehaviour exists.
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public static T DoesInstanceExist()
Return Value
Type:
T
A reference to the instance if it exists, otherwise
nullSee Also