RenderObject class abstract

The abstract RenderObject class defines the interface for a class that can be rendered with the RenderState.renderObject method. All display objects do implement this interface and therefore they can be rendered by the engine.

Implementers

Constructors

RenderObject()

Properties

alpha num
no setter
blendMode BlendMode?
no setter
bounds Rectangle<num>
no setter
cache RenderTextureQuad?
no setter
filters List<RenderFilter>
no setter
hashCode int
The hash code for this object.
no setterinherited
mask RenderMask?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformationMatrix Matrix
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(RenderState renderState) → void
renderFiltered(RenderState renderState) → void
toString() String
A string representation of this object.
inherited

Operators

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