public string[] GetTexturePropertyNames();
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.