SingletonMonoBehaviour(T).isSingletonObject Property

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
must return true if this instance of the object is the singleton. Can be used to allow multiple objects of this type that are "add-ons" to the singleton.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public virtual bool isSingletonObject { get; }

Property Value

Type: Boolean

See Also