Skip to content

Api > Material > GetTexturePropertyNameIDs()


Material.GetTexturePropertyNameIDs()⚓︎

Return the name IDs of all texture properties exposed on this material.

Returns:⚓︎

type Description
number[] IDs of all texture properties exposed on this material.

Usage⚓︎

---@type Material
local material;


local val0 = material.GetTexturePropertyNameIDs()