Class TeleportingEventArgs
Event data associated with the event that Unity invokes during a selection or activation event between an Interactable and an Interactor, according to the timing defined by BaseTeleportationInteractable.TeleportTrigger.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.Locomotion.Teleportation
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
[MovedFrom("UnityEngine.XR.Interaction.Toolkit")]
public class TeleportingEventArgs : BaseInteractionEventArgs
  Properties
teleportRequest
The TeleportRequest that is being queued, but has not been acted on yet.
Declaration
public TeleportRequest teleportRequest { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TeleportRequest |