Declaration
func CreateCustomUIClient(out var createdEntity entity<CustomUI>, uIID CustomUIID)
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| UI ID | CustomHudID | Custom UI Index |
Out
| Name | Type | Description |
|---|---|---|
| Created Entity | CustomHud | Created custom UI entity |
Create a custom UI that will not be synchronized to other clients
func CreateCustomUIClient(out var createdEntity entity<CustomUI>, uIID CustomUIID)
go
| Name | Type | Description |
|---|---|---|
| UI ID | CustomHudID | Custom UI Index |
| Name | Type | Description |
|---|---|---|
| Created Entity | CustomHud | Created custom UI entity |