Version: 2022.1
언어: 한국어
public void AddEvent (AnimationEvent evt);

파라미터

evt AnimationEvent to add.

설명

Adds an animation event to the clip.

Note that events added with AddEvent persist until play mode is exited or the is player quit. If you want to add an event to a clip persistently, use AnimationUtility.SetAnimationEvents from the Unity editor.

See Also: AnimationEvent, AnimationUtility classes.