GetTexturePropertyNameIDs
7/14/25Less than 1 minute
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()