Component:HiddenLayer: Difference between revisions

From Resonite Wiki
No edit summary
add info
 
Line 3: Line 3:
|Name=Hidden Layer
|Name=Hidden Layer
}}
}}
{{stub}}
The '''HiddenLayer''' component prevents rendering of the hierarchy it is applied to unless disabled or viewed through a camera that is explicitly set to render it. The Hidden Layer component is used for the [[Dash_Menu|Dash Menu]]'s curved ui.
The '''HiddenLayer''' component prevents rendering of the hierarchy it is applied to.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
}}
}}


== Behavior ==
== Usage ==
Attach to a slot which components on and below the slot should not render their visuals. The visuals will still render if viewed by a camera instructed to specifically render the hierarchy of the hidden layer.


== Examples ==
== Examples ==
The Hidden Layer component is used for the [[Dash_Menu|Dash Menu]]'s curved ui.
{{stub}}


== See Also ==
== See Also ==
* [[Component:Camera]]


[[Category:Components:Rendering{{#translation:}}|Hidden Layer]]
[[Category:Components:Rendering{{#translation:}}|Hidden Layer]]
[[Category:Components{{#translation:}}|Hidden Layer]]
[[Category:Components{{#translation:}}|Hidden Layer]]
[[Category:ComponentStubs]]

Latest revision as of 18:00, 13 November 2024

Component image 
Hidden Layer component as seen in the Scene Inspector

The HiddenLayer component prevents rendering of the hierarchy it is applied to unless disabled or viewed through a camera that is explicitly set to render it. The Hidden Layer component is used for the Dash Menu's curved ui.

Fields

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 components on and below the slot should not render their visuals. The visuals will still render if viewed by a camera instructed to specifically render the hierarchy of the hidden layer.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


See Also