=====FadeTag===== ====Summary==== This function will fade all assets with the specified type. ====Parameters==== ===Tag=== //Type: Text Default: None// The name of the type to be checked. If an asset contains this type, 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==== [[fadeuntagged]] [[fade]] [[fadefrom]] [[fadeeverythingbut]] [[fadeto]] ====Examples==== > This will search all assets for the type **misc**, each asset that contains the type **misc** will be faded. > This will search all assets for the type **machine**, each asset that contains the type **machine** will be faded with a transparency value of 0.0 making them completely invisible.