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.5.0.0 (3.5.0.0)
Syntax
C#
public static T CreateSingleton<T>()
where T : SingletonBehaviour

Type Parameters

T

Return Value

Type: T
See Also