Click or drag to resize

WorldSpaceButton_clickRoutine Field

Stored Coroutine for holding a button press event with a delay that allows us to stop it later

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected UnityEngine.Coroutine _clickRoutine

Field Value

Type: UnityEngine.Coroutine
See Also