SubstanceImporter.SetMaterialScale
SetMaterialScale(material: ProceduralMaterial, scale: Vector2): void;
void SetMaterialScale(ProceduralMaterial material, Vector2 scale);
def SetMaterialScale(material as ProceduralMaterial, scale as Vector2) as void
Description

Set the material scale, which is used for all the textures that are part of this ProceduralMaterial.