StateVisualizer.Animator Property

Definition

The Animator for this State Visualizer component. The State Visualizer component leverages the capabilities of the Unity animation system and requires the presence of an Animator component.

public:
 property UnityEngine::Animator ^ Animator { UnityEngine::Animator ^ get(); void set(UnityEngine::Animator ^ value); };
public UnityEngine.Animator Animator { get; set; }
member this.Animator : UnityEngine.Animator with get, set
Public Property Animator As Animator

Property Value

UnityEngine.Animator

Applies to