Version: 2021.3
언어: 한국어

MaterialEditor.GetMaterialPropertyNames

매뉴얼로 전환
public static string[] GetMaterialPropertyNames (Object[] mats);

파라미터

mats The selected materials.

반환

string[] Returns the material property names.

설명

Gets the shader property names of the materials you pass in.

When implementing custom MaterialEditors, you'd usually pass the this.targets array to this function, where this.targets is all the selected materials.

See Also: MaterialProperty.