Skip to main content

Material.GetTexturePropertyNames()

Returns the names of all texture properties exposed on this material.

Returns:

typeDescription
string[]Names of all texture properties exposed on this material.

Usage

---@type Material
local material;


local val0 = material.GetTexturePropertyNames()