nw::lyt::TexMap::SetRealSize Member Function

Syntax

void SetRealSize(
     u16 width,
     u16 height
);
void SetRealSize(
     const TexSize & size
);

List of Overloaded Member Functions

SetRealSize ( u16, u16 ) Sets the texture size (width and height).
SetRealSize ( const TexSize & ) Sets the texture size (width and height).

Description of SetRealSize ( u16, u16 )

Sets the texture size (width and height).

Description of SetRealSize ( const TexSize & )

Sets the texture size (width and height).


CONFIDENTIAL