Function VisualServerSingleton.multimeshInstanceSetColor

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

void multimeshInstanceSetColor (
  const(RID) multimesh,
  const(long) index,
  const(Color) color
) nothrow @nogc;