Declaración
func SetWidgetParent(parent CustomUIOrWidget, child entity<UIWidget>)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Parent | HudWidgetOrCustomHud | Parent node, you can specify UI widget or custom UI |
Child | HudWidget | Child Node |
Set the parent node of the UI widget
func SetWidgetParent(parent CustomUIOrWidget, child entity<UIWidget>)
go
Nombre | Tipo | Descripción |
---|---|---|
Parent | HudWidgetOrCustomHud | Parent node, you can specify UI widget or custom UI |
Child | HudWidget | Child Node |