Function VisualServerSingleton.instanceGeometrySetMaterialOverride

Sets a material that will override the material for all surfaces on the mesh associated with this instance. Equivalent to GeometryInstance.materialOverride.

void instanceGeometrySetMaterialOverride (
  const(RID) instance,
  const(RID) material
) nothrow @nogc;