







![]() |
ClockStone Audio Toolkit for Unity - Documentation |
SingletonMonoBehaviour<(Of <(<'T>)>)>..::..Instance Property |
SingletonMonoBehaviour<(Of <(<'T>)>)> Class See Also Send Feedback |
![]() |
Gets the singleton instance.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public static T Instance { get; } |
Return Value
Type: TA reference to the instance if it exists, otherwise null
Remarks
Outputs an error to the debug log if no instance was found.