Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTexturePropertyNames

Returns the names of all texture properties exposed on this material.
Read time 1 minuteLast updated 4 days ago

Definition

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

GetTexturePropertyNames()

Returns the names of all texture properties exposed on this material.
public string[] GetTexturePropertyNames()

Returns

Type

Description

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

GetTexturePropertyNames(List<string>)

Returns the names of all texture properties exposed on this material.
public void GetTexturePropertyNames(List<string> outNames)

Parameters

outNames

Names of all texture properties exposed on this material.