struct InflationLRTB
{
ut::ResF32 l;
ut::ResF32 r;
ut::ResF32 t;
ut::ResF32 b;
};
The structure that holds the amount of inflation for each side of the pane.
| l | The amount of magnification for the left side. | |
|---|---|---|
| r | The amount of magnification for the right side. | |
| t | The amount of magnification for the top side. | |
| b | The amount of magnification for the bottom side. |
CONFIDENTIAL