RenderManager<T> class abstract

Base class for rendering interaction managers.

Implementers

Constructors

RenderManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRenderObject(T id, RenderObject object) → void
Handling the RenderObject Add Call.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeRenderObject(T id) → void
Handling the RenderObject Delete Call.
toString() String
A string representation of this object.
inherited
updateRenderObject(T id, RenderObject object) → void
Handling the RenderObject Update Call.

Operators

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