nw::gfx::res::ResProjectionRect::SetWithoutFlip Member Function

Syntax

void SetWithoutFlip(
     f32 l,
     f32 r,
     f32 b,
     f32 t
);

Arguments

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.

Return Values

None.

Description

Sets the rectangle by specifying the upper-left and lower-right corners.


CONFIDENTIAL