nw::lyt::Window::SetContentMaterial Member Function

Syntax

void SetContentMaterial(
     Material * pMaterial
);

Arguments

Name Description
pMaterial Pointer to the material.

Return Values

None.

Description

Sets a material in the content 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
GetFrameMaterial
SetFrameMaterial

Revision History

2009/09/18
Initial version.

CONFIDENTIAL