FlameSpriteCollector class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSprite(String fileName) Future<void>
getSprite(String fileName) Future<Sprite>
getSpriteSync(String fileName) → Sprite?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGameManager(GameManager gameManager) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlameSpriteCollector
no setter