Skip to main content

Material.GetTexturePropertyNameIDs()

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

Returns:

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

Usage

---@type Material
local material;


local val0 = material.GetTexturePropertyNameIDs()