Automated: update Categories |
Added a description. Added a usage description. |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=IgnoreLayoutComponent.png | |Image=IgnoreLayoutComponent.png | ||
Line 9: | Line 8: | ||
<!--T:2--> | <!--T:2--> | ||
The '''IgnoreLayout''' component makes a [[UIX]] element ignore the parent [[Slot|slot]]'s layout component, and then draws over other elements (within that same hierarchy level of slots) inside of the parent's [[Component:RectTransform|RectTransform]]. | |||
<!--T:3--> | <!--T:3--> | ||
{{Table ComponentFields | {{Table ComponentFields | ||
}} | }} | ||
<!--T:4--> | <!--T:4--> | ||
== | == Usage == | ||
Useful if you need to make a pop-up or to draw over something in [[UIX]]. | |||
<!--T:5--> | <!--T:5--> |
Revision as of 00:10, 29 July 2024
Component image
The IgnoreLayout component makes a UIX element ignore the parent slot's layout component, and then draws over other elements (within that same hierarchy level of slots) inside of the parent's RectTransform.
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
Usage
Useful if you need to make a pop-up or to draw over something in UIX.