Click or drag to resize

AppOnAwake Method

Override this method to call code in the Awake() method (after singleton registration, but before coroutine)

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected override void OnAwake()
See Also