mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class TeleportCursor

    Inheritance
    Object
    TeleportCursor
    Implements
    IMixedRealityTeleportHandler
    IEventSystemHandler
    AnimatedCursor
    Namespace: Microsoft.MixedReality.Toolkit.Teleport
    Assembly: cs.temp.dll.dll
    Syntax
    public class TeleportCursor : AnimatedCursor, IMixedRealityTeleportHandler, IEventSystemHandler, AnimatedCursor

    Properties

    LocalScale

    Declaration
    public override Vector3 LocalScale { get; }
    Property Value
    Type Description
    Vector3

    LocalScale

    Declaration
    public override Vector3 LocalScale { get; }
    Property Value
    Type Description
    Vector3

    Pointer

    Declaration
    public override IMixedRealityPointer Pointer { get; set; }
    Property Value
    Type Description
    IMixedRealityPointer

    Pointer

    Declaration
    public override IMixedRealityPointer Pointer { get; set; }
    Property Value
    Type Description
    IMixedRealityPointer

    Position

    Declaration
    public override Vector3 Position { get; }
    Property Value
    Type Description
    Vector3

    Position

    Declaration
    public override Vector3 Position { get; }
    Property Value
    Type Description
    Vector3

    Rotation

    Declaration
    public override Quaternion Rotation { get; }
    Property Value
    Type Description
    Quaternion

    Rotation

    Declaration
    public override Quaternion Rotation { get; }
    Property Value
    Type Description
    Quaternion

    Methods

    CheckCursorState()

    Declaration
    public override CursorStateEnum CheckCursorState()
    Returns
    Type Description
    CursorStateEnum

    CheckCursorState()

    Declaration
    public override CursorStateEnum CheckCursorState()
    Returns
    Type Description
    CursorStateEnum

    OnTeleportCanceled(TeleportEventData)

    Declaration
    public void OnTeleportCanceled(TeleportEventData eventData)
    Parameters
    Type Name Description
    TeleportEventData eventData

    OnTeleportCanceled(TeleportEventData)

    Declaration
    public void OnTeleportCanceled(TeleportEventData eventData)
    Parameters
    Type Name Description
    TeleportEventData eventData

    OnTeleportCompleted(TeleportEventData)

    Declaration
    public void OnTeleportCompleted(TeleportEventData eventData)
    Parameters
    Type Name Description
    TeleportEventData eventData

    OnTeleportCompleted(TeleportEventData)

    Declaration
    public void OnTeleportCompleted(TeleportEventData eventData)
    Parameters
    Type Name Description
    TeleportEventData eventData

    OnTeleportRequest(TeleportEventData)

    Declaration
    public void OnTeleportRequest(TeleportEventData eventData)
    Parameters
    Type Name Description
    TeleportEventData eventData

    OnTeleportRequest(TeleportEventData)

    Declaration
    public void OnTeleportRequest(TeleportEventData eventData)
    Parameters
    Type Name Description
    TeleportEventData eventData

    OnTeleportStarted(TeleportEventData)

    Declaration
    public void OnTeleportStarted(TeleportEventData eventData)
    Parameters
    Type Name Description
    TeleportEventData eventData

    OnTeleportStarted(TeleportEventData)

    Declaration
    public void OnTeleportStarted(TeleportEventData eventData)
    Parameters
    Type Name Description
    TeleportEventData eventData

    UpdateCursorTransform()

    Declaration
    protected override void UpdateCursorTransform()

    UpdateCursorTransform()

    Declaration
    protected override void UpdateCursorTransform()

    Implements

    IMixedRealityTeleportHandler
    IEventSystemHandler
    AnimatedCursor
    In This Article
    • Properties
      • LocalScale
      • LocalScale
      • Pointer
      • Pointer
      • Position
      • Position
      • Rotation
      • Rotation
    • Methods
      • CheckCursorState()
      • CheckCursorState()
      • OnTeleportCanceled(TeleportEventData)
      • OnTeleportCanceled(TeleportEventData)
      • OnTeleportCompleted(TeleportEventData)
      • OnTeleportCompleted(TeleportEventData)
      • OnTeleportRequest(TeleportEventData)
      • OnTeleportRequest(TeleportEventData)
      • OnTeleportStarted(TeleportEventData)
      • OnTeleportStarted(TeleportEventData)
      • UpdateCursorTransform()
      • UpdateCursorTransform()
    • Implements
    Back to top Generated by DocFX