nw::lyt::InflationLRTB Structurestruct 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 | ut::ResF32 | The amount of magnification for the left side. | |
|---|---|---|---|
| r | ut::ResF32 | The amount of magnification for the right side. | |
| t | ut::ResF32 | The amount of magnification for the top side. | |
| b | ut::ResF32 | The amount of magnification for the bottom side. |
CONFIDENTIAL