IStateAnimatableProperty.SetKeyFrames(AnimationClip) Method
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.
Sets the keyframes in an animation clip based on the values of the animatable properties.
public:
void SetKeyFrames(UnityEngine::AnimationClip ^ animationClip);
public void SetKeyFrames (UnityEngine.AnimationClip animationClip);
abstract member SetKeyFrames : UnityEngine.AnimationClip -> unit
Public Sub SetKeyFrames (animationClip As AnimationClip)
Parameters
- animationClip
- UnityEngine.AnimationClip
The animation clip to add keyframes to