Version: 2019.1
public void AddEvent (AnimationEvent evt);

パラメーター

evt追加するアニメーションイベント

説明

クリップにアニメーションイベントを追加する

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

関連項目: AnimationEventAnimationUtility クラス .