Component:IgnoreLayout: Difference between revisions

From Resonite Wiki
Automated: update Categories
this is not a stub, rearrange info
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=IgnoreLayoutComponent.png
|Image=IgnoreLayoutComponent.png
Line 9: Line 8:


<!--T:2-->
<!--T:2-->
== Intoduction ==
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-->
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
}}
}}


<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==
Attach to a slot which the elements within should ignore the layout of the parent slot.


<!--T:5-->
<!--T:5-->
== Examples ==
== Examples ==
Useful if you need to make a pop-up or to draw over something in [[UIX]].


<!--T:6-->
<!--T:6-->
Line 26: Line 26:
</translate>
</translate>
[[Category:Components{{#translation:}}|Ignore Layout]]
[[Category:Components{{#translation:}}|Ignore Layout]]
[[Category:ComponentStubs]]
[[Category:Components:UIX:Layout{{#translation:}}|Ignore Layout]]
[[Category:Components:UIX:Layout{{#translation:}}|Ignore Layout]]

Latest revision as of 22:26, 25 October 2024

Component image 
IgnoreLayout component as seen in the Scene Inspector


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.

Fields
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

Attach to a slot which the elements within should ignore the layout of the parent slot.

Examples

Useful if you need to make a pop-up or to draw over something in UIX.

Related Components