Function VisualServerSingleton.meshSurfaceSetMaterial

Sets a mesh's surface's material.

void meshSurfaceSetMaterial (
  const(RID) mesh,
  const(long) surface,
  const(RID) material
) nothrow @nogc;