This version of Unity is unsupported.

Material.GetTexturePropertyNames

Switch to Manual

Declaration

public string[] GetTexturePropertyNames();

Declaration

public void GetTexturePropertyNames(List<string> outNames);

Parameters

outNames Names of all texture properties exposed on this material.

Returns

string[] Names of all texture properties exposed on this material.

Description

Returns the names of all texture properties exposed on this material.