=====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==== > The asset is only visible when the 'Active' property is 1.