CopyPropertiesFromMaterial
7/14/25Less than 1 minute
Material.CopyPropertiesFromMaterial(Material mat)
Copy properties from other material into this material.
Parameters:
Name | Type | Description |
---|---|---|
mat | Material | Other material |
Usage
---@type Material
local material;
---@type Material
local mat;
material.CopyPropertiesFromMaterial(mat)