The abstract RenderObject3D class adds a 3D projection matrix to the RenderObject class. Only display objects with 3D capabilities will implement this class.

Inheritance

Constructors

RenderObject3D()

Properties

alpha → num

read-only, inherited
blendMode BlendMode

read-only, inherited
bounds Rectangle<num>

read-only, inherited
cache RenderTextureQuad

read-only, inherited
filters → List<RenderFilter>

read-only, inherited
hashCode → int

Get a hash code for this object.

read-only, inherited
mask RenderMask

read-only, inherited
projectionMatrix3D Matrix3D

read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
transformationMatrix Matrix

read-only, inherited
transformationMatrix3D Matrix3D

read-only

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
render(RenderState renderState) → void

inherited
renderFiltered(RenderState renderState) → void

inherited
toString() → String

Returns a string representation of this object.

inherited