प्रॉपर्टी
| नाम | टाइप | विवरण | स्क्रिप्ट का नाम |
|---|---|---|---|
| Active | Bool | Displayed if on is true, off otherwise | Active |
| Anchor Position | Vector3 | Anchor coordinates relative to the parent node. | AnchorPosition |
| Width | Int | Width | Width |
| Height | Int | Height | Height |
| Angle | Float | Z-axis rotation angle | Angle |
| String | सिर्फ़ पढ़ सकते हैं (Deprecated, please do not use) |
HostHudID_Deprecated | |
| FileID | Int | सिर्फ़ पढ़ सकते हैं Internal ID of the widget in the prefab |
FileID |
| Parent UI | Custom UI | सिर्फ़ पढ़ सकते हैं UI entity where it is located |
ParentUI |
| Anchor Min | Vector2 | Anchor Min | AnchorMin |
| Anchor Max | Vector2 | Anchor Max | AnchorMax |
| Size Delta | Vector2 | Widget and anchor frame size difference | SizeDelta |
| Pivot | Vector2 | Pivot | Pivot |
| Depth | Int | सिर्फ़ पढ़ सकते हैं Depth |
Depth |
| Int | सिर्फ़ पढ़ सकते हैं (Deprecated, please do not use) |
ParentWidgetFileID_Deprecated | |
| Child Index | Int | सिर्फ़ पढ़ सकते हैं Order of all children in the same parent node |
ChildIndex |
| Parent Widget Entity ID | String | सिर्फ़ पढ़ सकते हैं ParentID |
ParentWidgetEntityID |
| String | सिर्फ़ पढ़ सकते हैं UniqueID |
UniqueID | |
| Priority | Int | Priority | Priority |
| Actual Position | Vector3 | Actual Position | ActualPosition |
API
| नाम | विवरण |
|---|---|
| Set Widget Parent | Set the parent node of the UI widget |
| Create Custom UI Widget | Creating Custom UI Widget |