Custom UI

CustomUI

HUD
Componente
Combinar:
entity

Custom UIs, created by the player through the UI editor.

Propiedades

Nombre Tipo Descripción Nombre del script
Is Visible Bool Displayed if on is true, off otherwise IsVisible
Prefab ID Int Solo lectura
Prefab ID
PrefabID
MaxWidgetID Int Solo lectura
The ID of the current largest widget
MaxWidgetID
Depth Int Base level of UI Depth
Enable Player View Bool Enable Player View EnablePlayerView
World Coordinates Vector3 World Position WorldPosition
In Scene Bool Whether or not it is in the Scene InScene
Rotation Vector3 Rotation in the world coordinate system Rotation
Scale Vector3 Zoom in the world coordinate system Scale

API

Nombre Descripción
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