Component:IgnoreLayout

From Resonite Wiki
Revision as of 22:26, 25 October 2024 by 989onan (talk | contribs) (this is not a stub, rearrange info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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