Properties
Name | Type | Description | Script Name |
---|---|---|---|
Is Visible | Bool | Display when the open status is true, otherwise closed | IsVisible |
Prefab ID | Int | Read Only The HUD template entity that this ID represents |
PrefabID |
MaxWidgetID | Int | Read Only The biggest component ID |
MaxWidgetID |
Depth | Int | The basic layer of the HUD | Depth |
Enable Player View | Bool | Enable player perspective | EnablePlayerView |
World Coordinates | Vector3 | World coordinates | WorldPosition |
In Scene | Bool | In scene | InScene |
Rotation | Vector3 | The rotation angle in the world coordinates. x, y, z refers to the yaw, pitch, and roll, respectively. | Rotation |
Scale | Vector3 | Scale | Scale |
API
Name | Description |
---|---|
Remove Custom UI | Removed custom game UI |
Get Widget From Custom UI | Get UI widget from custom UI |
Get Widget By Path | Get a UI widget from a custom UI using a path |
Create Custom UI Widget | Creating Custom UI Widget |