Skip to main content

Material.CopyPropertiesFromMaterial(Material mat)

Copy properties from other material into this material.

Parameters:

NameTypeDescription
matMaterialOther material

Usage

---@type Material
local material;

---@type Material
local mat;


material.CopyPropertiesFromMaterial(mat)