Function VisualServerSingleton.multimeshSetMesh

Sets the mesh to be drawn by the multimesh. Equivalent to MultiMesh.mesh.

void multimeshSetMesh (
  const(RID) multimesh,
  const(RID) mesh
) nothrow @nogc;