Component class

Implementers

Constructors

Component.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
parent Entity
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getParent() Entity
getTransform() Transform
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Screen screen) → void
setParent(Entity parent) → void
toString() String
A string representation of this object.
inherited
update(Input input) → void

Operators

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