nw::lyt::TexSize::TexSize Constructor

Syntax

TexSize();
TexSize(
     u16 aWidth,
     u16 aHeight
);
TexSize(
     const TexSize & other
);

List of Overloaded Member Functions

TexSize ( ) Constructor.
TexSize ( u16, u16 ) Constructor.
TexSize ( const TexSize & ) Copy constructor.

Description of TexSize ( )

Initializes the height and width to 0.

Description of TexSize ( u16, u16 )

Initializes to the specified height and width.

Description of TexSize ( const TexSize & )

Copy constructor.


CONFIDENTIAL