docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    BaseInteractionEventArgs
    TeleportingEventArgs
    Inherited Members
    BaseInteractionEventArgs.interactorObject
    BaseInteractionEventArgs.interactableObject
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)