nw::gfx::res::ResProjectionRect::SetWithoutFlip Member Function
void SetWithoutFlip(
f32 l,
f32 r,
f32 b,
f32 t
);
| Name | Description | |
|---|---|---|
| in | l | Left coordinate of the rectangle. |
| in | r | Right coordinate of the rectangle. |
| in | b | Bottom coordinate of the rectangle. |
| in | t | Top coordinate of the rectangle. |
Sets the rectangle by specifying the upper-left and lower-right corners.
CONFIDENTIAL