SimpleAnimationEnum enum
Values
- idleLeft → const SimpleAnimationEnum
- idleRight → const SimpleAnimationEnum
- idleUp → const SimpleAnimationEnum
- idleDown → const SimpleAnimationEnum
- idleUpLeft → const SimpleAnimationEnum
- idleUpRight → const SimpleAnimationEnum
- idleDownLeft → const SimpleAnimationEnum
- idleDownRight → const SimpleAnimationEnum
- runUp → const SimpleAnimationEnum
- runRight → const SimpleAnimationEnum
- runDown → const SimpleAnimationEnum
- runLeft → const SimpleAnimationEnum
- runUpLeft → const SimpleAnimationEnum
- runUpRight → const SimpleAnimationEnum
- runDownLeft → const SimpleAnimationEnum
- runDownRight → const SimpleAnimationEnum
- custom → const SimpleAnimationEnum
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SimpleAnimationEnum> - A constant List of the values in this enum, in order of their declaration.