Click or drag to resize

SingletonBehaviourCoroutineInitialise Method

Override this to perform initialisation tasks This coroutine is started in Awake(). To execute code in Awake(), override OnAwake()

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public virtual IEnumerator CoroutineInitialise()

Return Value

Type: IEnumerator
See Also