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
Assembly: solution.dll
Syntax
public class TeleportingEventArgs : BaseInteractionEventArgs
Properties
| Name | Description |
|---|---|
| teleportRequest | The TeleportRequest that is being queued, but has not been acted on yet. |