AnimatedCursorData<T>.cursorState Field

Definition

protected: T cursorState;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("The Cursor State for this specific animation.")]
protected T cursorState;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("The Cursor State for this specific animation.")>]
val mutable cursorState : 'T
Protected cursorState As T 

Field Value

T
Attributes
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute

Applies to