mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    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()
    IMixedRealityPointer.Reset()
    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

    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

    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

    TeleportRequestRaised

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

    Declaration
    bool TeleportRequestRaised { get; }
    Property Value
    Type Description
    Boolean
    In This Article
    • Properties
      • PointerOrientation
      • PointerOrientation
      • TeleportHotSpot
      • TeleportHotSpot
      • TeleportRequestRaised
      • TeleportRequestRaised
    Back to top Generated by DocFX