PlatformJumpAnimations class

Constructors

PlatformJumpAnimations({required FutureOr<SpriteAnimation> jumpUpRight, required FutureOr<SpriteAnimation> jumpDownRight, FutureOr<SpriteAnimation>? jumpUpLeft, FutureOr<SpriteAnimation>? jumpDownLeft})

Properties

hashCode int
The hash code for this object.
no setterinherited
jumpDownLeft FutureOr<SpriteAnimation>?
final
jumpDownRight FutureOr<SpriteAnimation>
final
jumpUpLeft FutureOr<SpriteAnimation>?
final
jumpUpRight FutureOr<SpriteAnimation>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({FutureOr<SpriteAnimation>? jumpUpRight, FutureOr<SpriteAnimation>? jumpUpLeft, FutureOr<SpriteAnimation>? jumpDownRight, FutureOr<SpriteAnimation>? jumpDownLeft}) PlatformJumpAnimations
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