Skip to content

Api > Material > GetTexturePropertyNames()


Material.GetTexturePropertyNames()⚓︎

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

Returns:⚓︎

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

Usage⚓︎

---@type Material
local material;


local val0 = material.GetTexturePropertyNames()