FadeUntagged
Summary
This function will fade all assets without the specified tag.
Parameters
Tag
Type: Text Default: None
The name of the tag to be checked. If an asset does not contain this tag, it will be faded out.
Amount
Type: Float Default: 0.05
The amount of transparency to apply all of the faded assets. A value of 1.0 is completely opaque, a value of 0.0 is completely invisible. Any value in between 0.0 and 1.0 denotes how visible the asset will be.
See Also
Examples
<fadeuntagged Tag="utility" />
This will search all assets for the tag utility, each asset that does not contain the tag utility will be faded.
<fadeuntagged Tag="machine" Amount="0.0" />
This will search all assets for the tag machine, each asset that does not contain the tag machine will be faded with a transparency value of 0.0 making them completely invisible.