nw::lyt::Window::SetFrameMaterial Member Function

Syntax

void SetFrameMaterial(
     WindowFrame frameIdx,
     Material * pMaterial
);

Arguments

Name Description
frameIdx The frame index.
pMaterial Pointer to the material.

Return Values

None.

Description

Sets a material in the window frame region.

If the material currently set was created at the same time as the Window object was created, that material is destroyed.

See Also

GetMaterial
GetContentMaterial
SetContentMaterial
GetFrameMaterial

Revision History

2009/09/18
Initial version.

CONFIDENTIAL