InstantiationService Class |
Namespace: ImmerseSDK
public class InstantiationService : SingletonBehaviour
The InstantiationService type exposes the following members.
Name | Description | |
---|---|---|
InstantiationService | Initializes a new instance of the InstantiationService class |
Name | Description | |
---|---|---|
CoroutineInitialise |
This method is used by our internal systems so do not call it directly.
(Overrides SingletonBehaviourCoroutineInitialise.) | |
OnDestroy |
Unity component method
(Overrides SingletonBehaviourOnDestroy.) |
Name | Description | |
---|---|---|
GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) | |
WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |