Declaración
func CreateCustomUIWidget(out var createdEntity entity<UIWidget>, widgetType WidgetType, uI entity<CustomUI>, parentWidget entity<UIWidget>)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Widget Type | HudWidgetType | The type of control created |
UI | CustomHud | UI entity |
Parent Widget | HudWidget | The parent control. If not filled, the UI entity will be the parent node. |
Afuera
Nombre | Tipo | Descripción |
---|---|---|
Created Entity | HudWidget | Created Custom Widget Entity |