StateContainer.AnimationClip 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 Animation Clip for this state container. Keyframes for this animation clip can be modified via the Unity Animation Window OR via this inspector by adding a new animation target.
public:
property UnityEngine::AnimationClip ^ AnimationClip { UnityEngine::AnimationClip ^ get(); void set(UnityEngine::AnimationClip ^ value); };
public UnityEngine.AnimationClip AnimationClip { get; set; }
member this.AnimationClip : UnityEngine.AnimationClip with get, set
Public Property AnimationClip As AnimationClip
Property Value
- UnityEngine.AnimationClip