GUIElementSystem
Classes
Functions
GUIElementSystem
Kind: global class
new GUIElementSystem(containerView, engine)
Param | Type |
---|---|
containerView | View |
engine | Engine |
guiElementSystem.groups : Object.<View>
Kind: instance property of GUIElementSystem
guiElementSystem.classRegistry : ModuleRegistry
Kind: instance property of GUIElementSystem
guiElementSystem.engine : Engine
Kind: instance property of GUIElementSystem
guiElementSystem.attachComponent(component, entity)
Kind: instance method of GUIElementSystem
Param | Type |
---|---|
component | GUIElement |
entity | number |
guiElementSystem.detachComponent(component, entity)
Kind: instance method of GUIElementSystem
Param | Type |
---|---|
component | GUIElement |
entity | number |
guiElementSystem.link(component, entity)
Kind: instance method of GUIElementSystem
Param | Type |
---|---|
component | GUIElement |
entity |
guiElementSystem.unlink(component, entity)
Kind: instance method of GUIElementSystem
Param | Type |
---|---|
component | GUIElement |
entity |
handleComponentVisibilityChange(v)
Kind: global function
this: {{el:GUIElement,
Param | Type |
---|---|
v | boolean |
- handleComponentVisibilityChange(v)
- ~system :
GUIElementSystem
- ~component :
GUIElement
- ~entity :
number
- ~system :
handleComponentVisibilityChange~system : GUIElementSystem
Kind: inner constant of handleComponentVisibilityChange
handleComponentVisibilityChange~component : GUIElement
Kind: inner constant of handleComponentVisibilityChange
handleComponentVisibilityChange~entity : number
Kind: inner constant of handleComponentVisibilityChange