Class CursorContextInfo
The cursor will display the context specified in this component if it is part of the targeted object
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 |