Constructor

new ()

Variables

read only__type__:Class<Scene>

onCameraAdded:Event<Camera ‑> Void> = Event.create()

onCameraRemoved:Event<Camera ‑> Void> = Event.create()

onEntityAdded:Event<Entity ‑> Void> = Event.create()

onEntityRemoved:Event<Entity ‑> Void> = Event.create()

onSystemAdded:Event<System ‑> Void> = Event.create()

onSystemRemoved:Event<System ‑> Void> = Event.create()

Methods

Static methods

staticinline create ():Scene

staticcreateWithDrawSystem (?priority:Int):Scene

staticinline getPool ():Pool<Scene>

Inherited Variables

Defined by BaseObject

read onlyid:Int = Gecko.getUniqueID()

read onlyisAlreadyDestroyed:Bool = false

Inherited Methods