Custom UI

CustomUI

HUD
Component
Combine:
entity

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

Properties

Name Type Description Script Name
Is Visible Bool Displayed if on is true, off otherwise IsVisible
Prefab ID Int Read Only
Prefab ID
PrefabID
MaxWidgetID Int Read Only
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

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