Class AnimatedScreenObject.AnimationStateChangedEventArgs
Event args for when the animation state changes
Inherited Members
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public class AnimatedScreenObject.AnimationStateChangedEventArgs : EventArgs
Constructors
AnimationStateChangedEventArgs(AnimationState, AnimationState)
Creates a new instance of the event args.
Declaration
public AnimationStateChangedEventArgs(AnimatedScreenObject.AnimationState previousState, AnimatedScreenObject.AnimationState newState)
Parameters
Type | Name | Description |
---|---|---|
AnimatedScreenObject.AnimationState | previousState | The previous state. |
AnimatedScreenObject.AnimationState | newState | The new state. |
Fields
NewState
The new state.
Declaration
public readonly AnimatedScreenObject.AnimationState NewState
Field Value
Type | Description |
---|---|
AnimatedScreenObject.AnimationState |
PreviousState
The previous state.
Declaration
public readonly AnimatedScreenObject.AnimationState PreviousState
Field Value
Type | Description |
---|---|
AnimatedScreenObject.AnimationState |