RenderComponent class

Inheritance
Mixed in types

Constructors

RenderComponent(int priority, {bool cameraRelative = true})

Properties

cameraRelative bool
getter/setter pair
componentName String?
Unique name for the search
getter/setter pairinherited
drawable Drawable?
getter/setter pair
drawOffset Vector2
finalinherited
hashCode int
The hash code for this object.
no setterinherited
parameters Parameters
no setterinherited
phase int
getter/setter pairinherited
priority int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systems SystemRegistry
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
override
setDrawOffset(double x, double y) → void
inherited
setDrawOffsetFrom(Vector2 offset) → void
inherited
setPhase(ComponentPhases value) → void
inherited
spawn(BaseObject parent) → void
inherited
toString() String
A string representation of this object.
override
update(double deltaTime, BaseObject parent) → void
override

Operators

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