Skip to main content

GUIElementSystem

GUIElementSystem

Kind: global class

new GUIElementSystem(containerView, engine)

ParamType
containerViewView
engineEngine

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

ParamType
componentGUIElement
entitynumber

guiElementSystem.detachComponent(component, entity)

Kind: instance method of GUIElementSystem

ParamType
componentGUIElement
entitynumber

guiElementSystem.link(component, entity)

Kind: instance method of GUIElementSystem

ParamType
componentGUIElement
entity

guiElementSystem.unlink(component, entity)

Kind: instance method of GUIElementSystem

ParamType
componentGUIElement
entity