Scene

A basic scene which can have multiple models.

Constructors

this
this(GameManager game)
Undocumented in source.

Members

Functions

addModel
void addModel(Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
removeModel
void removeModel(string modelName)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

game
GameManager game [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
models
Model[string] models [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta