RenderObject3D class abstract

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

Inheritance
Implementers

Constructors

RenderObject3D()

Properties

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

Methods

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

Operators

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