mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class CursorContextInfo

    The cursor will display the context specified in this component if it is part of the targeted object

    Inheritance
    Object
    CursorContextInfo
    Implements
    MonoBehaviour
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class CursorContextInfo : MonoBehaviour, MonoBehaviour

    Properties

    CurrentCursorAction

    Determines the context state when this object is targeted.

    Declaration
    public CursorContextInfo.CursorAction CurrentCursorAction { get; set; }
    Property Value
    Type Description
    CursorContextInfo.CursorAction

    CurrentCursorAction

    Determines the context state when this object is targeted.

    Declaration
    public CursorContextInfo.CursorAction CurrentCursorAction { get; set; }
    Property Value
    Type Description
    CursorContextInfo.CursorAction

    ObjectCenter

    Used to calculate the orientation of context cursors.

    Declaration
    public Transform ObjectCenter { get; set; }
    Property Value
    Type Description
    Transform

    ObjectCenter

    Used to calculate the orientation of context cursors.

    Declaration
    public Transform ObjectCenter { get; set; }
    Property Value
    Type Description
    Transform

    Implements

    MonoBehaviour
    In This Article
    • Properties
      • CurrentCursorAction
      • CurrentCursorAction
      • ObjectCenter
      • ObjectCenter
    • Implements
    Back to top Generated by DocFX