Version: 2022.3
言語: 日本語
public static void SampleAnimationClip (GameObject gameObject, AnimationClip clip, float time);

パラメーター

gameObject The root GameObject for the animation.
clip The AnimationClip to sample.
time The time at which to sample.

戻り値

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

説明

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.