BaseGame class abstract

Inheritance

Constructors

BaseGame()

Properties

hashCode int
The hash code for this object.
no setterinherited
initialized bool
getter/setter pairinherited
isAttached bool
no setterinherited
markNeedsPaint ↔ (void Function()?)
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updater GameLoop
latefinalinherited

Methods

init() → void
inherited
lifecycleStateChange(AppLifecycleState state) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAttach() → void
inherited
onDetach() → void
inherited
onUpdate(double deltaTime) → void
inherited
render(Canvas canvas, Offset offset) → void
inherited
resize(double width, double height) → void
override
toString() String
A string representation of this object.
inherited
update(double deltaTime) → void
inherited

Operators

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