VisualServerSingleton.multimeshInstanceSetColor

Sets the color by which this instance will be modulated. Equivalent to MultiMesh.setInstanceColor.

struct VisualServerSingleton
@nogc nothrow
void
multimeshInstanceSetColor
(
in RID multimesh
,
in long index
,
in Color color
)

Meta