ColorStateAnimatableProperty.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:
override void SetKeyFrames(UnityEngine::AnimationClip ^ animationClip);
public override void SetKeyFrames (UnityEngine.AnimationClip animationClip);
override this.SetKeyFrames : UnityEngine.AnimationClip -> unit
Public Overrides Sub SetKeyFrames (animationClip As AnimationClip)
Parameters
- animationClip
- UnityEngine.AnimationClip
The animation clip to add keyframes to