MaterialGetTexturePropertyNamesOn this pageMaterial.GetTexturePropertyNames() Returns the names of all texture properties exposed on this material. Returns: typeDescriptionstring[]Names of all texture properties exposed on this material. Usage ---@type Materiallocal material;local val0 = material.GetTexturePropertyNames()