GUIElementSystem
GUIElementSystem
Kind: global class
- GUIElementSystem
- new GUIElementSystem(containerView, engine)
- .groups :
Object.<View> - .classRegistry :
ModuleRegistry - .engine :
Engine - .attachComponent(component, entity)
- .detachComponent(component, entity)
- .link(component, entity)
- .unlink(component, entity)
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 |