VisibleInRange
Summary
The VisibleInRange effect makes the object invisible if a given property is outside its valid range (or in an error state).
Parameters
Property
Type: Text Default: None
The name of the property to base the effect on. When this property goes out of range or invalid, the asset will disappear.
IncludeChildren
Type: Boolean Default: false
The name or path to the asset you would like to measure to.
Examples
<visibleinrange property="Progress"/>
When the 'progress' property goes out of range or the data is somehow interrupted, the asset will disappear.