nw::lyt::Window::GetMaterial Member Functionvirtual Material * GetMaterial( u32 idx ) const;
| Name | Description | |
|---|---|---|
| idx | Index. |
Gets the pane's material.
The value specified by idx must be equal to or less than the return value of GetMaterialNum().
nw::lyt::Window::GetMaterial Member FunctionMaterial * GetMaterial() const;
None.
Gets the pane's material.
Returns the first material (having index 0) if the pane has more than one material.
Returns NULL if the pane does not have any materials.
CONFIDENTIAL