Scene class

Constructors

Scene.new()

Properties

camera Camera
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rootObject Entity
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEntity(Entity e) → void
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Screen screen) → void
sceneRender(Screen screen) → void
sceneUpdate(Input input) → void
setRenderingMode(int renderingMode) → void
setSceneCamera(Camera camera, double drawDistance) → void
toString() String
A string representation of this object.
inherited
update(Input input) → void

Operators

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