VisualServerSingleton.instanceGeometrySetMaterialOverride

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

struct VisualServerSingleton
@nogc nothrow
void
instanceGeometrySetMaterialOverride
(
in RID instance
,
in RID material
)

Meta