SkyBoxSystem
MRSystem
SkyBoxSystem ⇐ Handles skybox interactions and updates for all items.
Kind: global class
Extends: MRSystem
- SkyBoxSystem ⇐
MRSystem
skyBoxSystem.SkyBoxSystem
Kind: instance class of SkyBoxSystem
new exports.SkyBoxSystem()
SkyBox’s default constructor
skyBoxSystem.update(deltaTime, frame)
The generic system update call.
Kind: instance method of SkyBoxSystem
Param | Type | Description |
---|---|---|
deltaTime | number |
given timestep to be used for any feature changes |
frame | object |
given frame information to be used for any feature changes |
skyBoxSystem.onNewEntity(entity)
Called when a new entity is added to the scene. Adds said new entity to the style’s system registry.
Kind: instance method of SkyBoxSystem
Param | Type | Description |
---|---|---|
entity | object |
the entity being added. |