Version: 2022.3
언어: 한국어

AnimationMode.SampleAnimationClip

매뉴얼로 전환
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.