Properties
Private Readonly scenes
scenes: object
Methods
add
- add(sceneName: string, sceneInst: View): void
-
Parameters
-
sceneName: string
-
sceneInst: View
Returns void
hide
- hide(scene: string | string[]): void
show
- show(scene: string | string[], state?: boolean): void
-
Parameters
-
scene: string | string[]
-
Default value state: boolean = true
Returns void
showOnly
- showOnly(scene: string | string[]): void
Manager for add, show / hide View instances