AnimationMode.SampleAnimationClip

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

Parameters

gameObjectThe root GameObject for the animation.
clipThe AnimationClip to sample.
timeThe time at which to sample.

Returns

void Returns true when the Editor is in Animation mode. Returns false otherwise.

Description

Samples the AnimationClip for the GameObject and also records modified properties when in Animation mode.

If this method returns true, you can use SampleAnimationClip to animate the attached object.

Note: The script example for AnimationMode demonstrates how to use InAnimationMode.