Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

AnimationMode.SampleAnimationClip

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static void SampleAnimationClip(GameObject gameObject, AnimationClip clip, float time);

Description

Samples an AnimationClip on the object and also records any modified properties in AnimationMode.

This function must always be surrounded by BeginSampling and EndSampling. When a property is no longer sampled (through SampleAnimationClip or AddPropertyModification) between BeginSampling and EndSampling it will automatically revert to the original value when EndSampling is called.

Did you find this page useful? Please give it a rating: