Fix and add info, no longer stub |
Automated: update Categories |
||
Line 31: | Line 31: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Mask | [[Category:Components{{#translation:}}|Mask]] | ||
[[Category:Components:UIX:Graphics{{#translation:}}|Mask | [[Category:Components:UIX:Graphics{{#translation:}}|Mask]] |
Revision as of 21:37, 3 March 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Intoduction
The Mask component restricts the rendering of anything beneath it. It requires an Image component, text, arc, rectmesh, or anything that displays a graphic on the same slot. Only opaque areas of the graphic on the same slot will render the UIX below. This is also utilized in ScrollRect since it can mask anything outside of the scrolling viewport when using the component.
This can have issues with UIX's behind, since there are some rendering bugs with Unity.
Usage
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. |
ShowMaskGraphic
|
Bool | Shows the graphic being used to do the masking for debug purposes |
Behavior
Examples
The ScrollRect section which is part of the UIX Canvas object created by the create new menu.