API Reference · Animation

AnimationEventArgs

Namespace: Ava3D

public sealed class AnimationEventArgs : EventArgs

The state a Animator.Finished event is about.

Constructors

MemberDescription
AnimationEventArgs(AnimationState state)

The state a Animator.Finished event is about.

Properties

MemberDescription
AnimationState State { get; }

The state that just finished.

See also