SceneModule
WHS.app.SceneModule
const app = new WHS.App([
new WHS.app.SceneModule()
]);
constructor(willSceneBeReplaced = false)
willSceneBeReplaced
willSceneBeReplaced
should betrue
only if you are going to overwritescene
dependency even without the use of default one.
Exported dependencies
Name | Value | Alias |
---|---|---|
scene |
|
|
Integrated functionality
Method name | Description |
---|---|
| Function to add component's native objects ( |
Updated over 5 years ago