예제 #1
0
파일: Actor.cs 프로젝트: RogierWV/315GR
 protected virtual void OnAnimationEvent(AnimationEvent animEvent)
 {
 }
예제 #2
0
 /// <summary>
 /// Called when an animation event (placed on animations in the editor) is encountered.
 /// </summary>
 /// <param name="animationEvent">Contains detailed information of the event.</param>
 /// <param name="character">The <see cref="Character"/> instance on which the event occured.</param>
 protected virtual void OnAnimationEvent(AnimationEvent animationEvent, Character character)
 {
 }