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]].
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.