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

    Class CursorContextInfo

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

    Inheritance
    Object
    CursorContextInfo
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class CursorContextInfo : 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

    ObjectCenter

    Used to calculate the orientation of context cursors.

    Declaration
    public Transform ObjectCenter { get; set; }
    Property Value
    Type Description
    Transform
    Back to top Generated by DocFX