virtual void SetVtxColor(
u32 idx,
ut::Color8 value
);
| Name | Description | |
|---|---|---|
| idx | Index. Specifies lyt::VertexColor. |
|
| value | Vertex color. |
Sets the vertex color.
Use nw4r::lyt::VERTEXCOLOR_* to specify idx.
This is over-ridden by derived classes. Nothing occurs in the base pane.
CONFIDENTIAL