RenderElement class

Inheritance

Properties

color int?
getter/setter pair
empty bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSingle bool
no setter
length int
no setter
phase int
getter/setter pairinherited
raw Float32List?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
single Float32List
getter/setter pair
textElement TextElement?
getter/setter pair
textureRegion TextureRegion?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
override
setRaw({required int priority, required Float32List data, required TextureRegion textureRegion, int? color}) → void
setSingle({required int priority, required TransformData data, required TextureRegion textureRegion, int? color, double dx = 0, double dy = 0}) → void
setText(TextElement element) → void
toString() String
A string representation of this object.
override
update(double deltaTime, BaseObject parent) → void
inherited

Operators

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