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