Visibility
Summary
The Visibility effect makes the asset invisible.
If you use the enabled property, the asset is invisible when the effect enabled, and visible when disabled.
Parameters
IncludeChildren
Type: Boolean Default: true
If true, all items underneath this asset - including possibly other assets - will become invisible too.
Invert
Type: Boolean Default: false
Reverses how the effect works. If this is set to true, the asset will be invisible when the effect is inactive rather than the other way around.
Priority
Type: Integer Default: 400
Adjust the priority of the request to make this asset visible/invisible. Used to deal with situations when you have more than one asset attempting to change the visibility of a single asset.
Examples
<visibility enabled="[Active|1]"/>
The asset is only visible when the 'Active' property is 1.