MaterialCopyPropertiesFromMaterialOn this pageMaterial.CopyPropertiesFromMaterial(Material mat) Copy properties from other material into this material. Parameters: NameTypeDescriptionmatMaterialOther material Usage ---@type Materiallocal material;---@type Materiallocal mat;material.CopyPropertiesFromMaterial(mat)