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

Material.GetTexturePropertyNameIDs

Switch to Manual

Declaration

public int[] GetTexturePropertyNameIDs();

Declaration

public void GetTexturePropertyNameIDs(List<int> outNames);

Parameters

outNames IDs of all texture properties exposed on this material.

Returns

int[] IDs of all texture properties exposed on this material.

Description

Return the name IDs of all texture properties exposed on this material.