We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Interface IMixedRealityTeleportPointer

    Inherited Members
    IMixedRealityPointer.Controller
    IMixedRealityPointer.PointerId
    IMixedRealityPointer.PointerName
    IMixedRealityPointer.InputSourceParent
    IMixedRealityPointer.BaseCursor
    IMixedRealityPointer.CursorModifier
    IMixedRealityPointer.IsInteractionEnabled
    IMixedRealityPointer.IsActive
    IMixedRealityPointer.IsFocusLocked
    IMixedRealityPointer.IsTargetPositionLockedOnFocusLock
    IMixedRealityPointer.Rays
    IMixedRealityPointer.PrioritizedLayerMasksOverride
    IMixedRealityPointer.FocusTarget
    IMixedRealityPointer.Result
    IMixedRealityPointer.SceneQueryType
    IMixedRealityPointer.SphereCastRadius
    IMixedRealityPointer.Position
    IMixedRealityPointer.Rotation
    IMixedRealityPointer.OnPreSceneQuery()
    IMixedRealityPointer.OnPostSceneQuery()
    IMixedRealityPointer.OnPreCurrentPointerTargetChange()
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealityTeleportPointer : IMixedRealityPointer, IEqualityComparer

    Properties

    PointerOrientation

    The Y orientation of the pointer - used for touchpad rotation and navigation

    Declaration
    float PointerOrientation { get; }
    Property Value
    Type Description
    Single

    TeleportHotSpot

    The currently active teleport hotspot.

    Declaration
    IMixedRealityTeleportHotSpot TeleportHotSpot { get; set; }
    Property Value
    Type Description
    IMixedRealityTeleportHotSpot

    TeleportRequestRaised

    True when teleport pointer has raised a request with the teleport manager.

    Declaration
    bool TeleportRequestRaised { get; }
    Property Value
    Type Description
    Boolean
    Back to top Generated by DocFX