virtual Material * GetMaterial( u32 idx ) const;
| Name | Description | |
|---|---|---|
| idx | Index. |
Gets the pane's material.
Only 0 can be specified for idx.
Material * 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