Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.