Magnify

Summary

The magnify effect is used to make small objects more visible in vision modes by enlarging them.

The effect only operates when the user chooses a vision mode that causes other objects to fade away. It then stops as soon as the normal vision mode is restored.

Parameters

Amount

Type: Float Bindable Default: 1.5

The multiplier to use. “1” would result in the object staying the same size, 2 would double the size, 4 quadruple it etc.

The smaller the object, the larger the multiplier you might need to apply.

You can use different multipliers on different objects to make the size consistent when vision modes are enabled.

Examples

<magnify/>
When in a vision mode, enlarge this object by 50%.
<magnify amount="4"/>
Make this object four times the size when a vision mode is chosen.