Version: 2022.2
언어: 한국어

MaterialEditor.GetMaterialProperty

매뉴얼로 전환
public static MaterialProperty GetMaterialProperty (Object[] mats, string name);
public static MaterialProperty GetMaterialProperty (Object[] mats, int propertyIndex);

파라미터

mats The selected materials.
name Property name.
propertyIndex Property index.

반환

MaterialProperty Returns the property at the specified index.

설명

Get information about a single shader property.

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: GetMaterialProperties, MaterialProperty.