hideComponent
Hides a UI component.
Syntax
engine.ui.hideComponent(componentId);
Parameters
Name | Type | Description |
---|---|---|
componentId | UIComponentType | The type of the UI component to hide. |
Example
engine.ui.hideComponent('chat');
Available on: Client
Hides a UI component.
engine.ui.hideComponent(componentId);
Name | Type | Description |
---|---|---|
componentId | UIComponentType | The type of the UI component to hide. |
engine.ui.hideComponent('chat');
Available on: Client