Click or drag to resize

UnityXRRiftInputModuleTeleportCancel Method

Indicates whether controller input has caused the teleport seek state to be cancelled

Namespace:  ImmerseSDK.Platforms.UnityXR
Assembly:  ImmerseSDK.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public override bool TeleportCancel()

Return Value

Type: Boolean
True if teleport should be cancelled this frame, otherwise false
See Also