IMixedRealityTeleportHandler Interface

Definition

Interface to implement for teleport events.

C++
public interface class IMixedRealityTeleportHandler : UnityEngine::EventSystems::IEventSystemHandler
Derived
Implements
UnityEngine.EventSystems.IEventSystemHandler

Methods

OnTeleportCanceled(TeleportEventData)

Raised when a teleport request has been canceled.

OnTeleportCompleted(TeleportEventData)

Raised when a teleport has successfully completed.

OnTeleportRequest(TeleportEventData)

Raised when a pointer requests a teleport target, but no teleport has begun.

OnTeleportStarted(TeleportEventData)

Raised when a teleport has started.

Applies to

Product Versions
MRTK2 Unity 2018 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0
MRTK2 Unity 2019 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0
MRTK2 Unity 2020 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0