Click or drag to resize

SingletonManagerCreateSingletonT Method

Instantiates a new Singleton. Adds the component to a new GameObject and puts it in the System hierarchy

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static T CreateSingleton<T>(
	bool verboseLoggingEnabled = false
)
where T : SingletonBehaviour

Parameters

verboseLoggingEnabled (Optional)
Type: SystemBoolean

Type Parameters

T

Return Value

Type: T
See Also