Click or drag to resize

AppWaitForSdkReadyCoroutine Method

Common coroutine to wait for SDK ready. This is safe to use immediately on Awake(), or after a restart/load

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static IEnumerator WaitForSdkReadyCoroutine(
	UnityEngine.MonoBehaviour waitBehaviour,
	bool verboseLogging = false
)

Parameters

waitBehaviour
Type: UnityEngine.MonoBehaviour
verboseLogging (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerator
See Also