tida.scene

Scene description module.

A stage is an object that manages instances, collisions between them and serves as a place for them (reserves them in a separate array). Such an object can also be programmable using events (see tida.localevent). It does not have properties that define behavior without functions, it can only contain instances that, through it, can refer to other instances.

Members

Classes

Scene
class Scene

Scene object.

Enums

InMemory
anonymousenum InMemory
Undocumented in source.

Templates

isScene
template isScene(T)

A template that checks if the type is a scene.

Meta

Authors

License