Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTexturePropertyNameIDs

Return the name IDs of all texture properties exposed on this material.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

GetTexturePropertyNameIDs()

Return the name IDs of all texture properties exposed on this material.
public int[] GetTexturePropertyNameIDs()

Returns

Type

Description

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

GetTexturePropertyNameIDs(List<int>)

Return the name IDs of all texture properties exposed on this material.
public void GetTexturePropertyNameIDs(List<int> outNames)

Parameters

outNames

IDs of all texture properties exposed on this material.