AnimationMode.SampleAnimationClip

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

Parámetros

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

Valor de retorno

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

Descripción

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.