StateVisualizer.Animator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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