| GiftingPointsServiceCoroutineInitialise Method |
Override this to perform initialisation tasks
This coroutine is started in Awake().
To execute code in Awake(), override OnAwake()
Namespace:
ImmerseSDK.UI
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public override IEnumerator CoroutineInitialise()
Return Value
Type:
IEnumeratorSee Also