Custom UI

CustomUI

HUD
कॉम्पोनेन्ट
कंबाइन:
entity

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

प्रॉपर्टी

नाम टाइप विवरण स्क्रिप्ट का नाम
Is Visible Bool Displayed if on is true, off otherwise IsVisible
Prefab ID Int सिर्फ़ पढ़ सकते हैं
Prefab ID
PrefabID
MaxWidgetID Int सिर्फ़ पढ़ सकते हैं
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

नाम विवरण
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