Version: 2022.3
言語: 日本語
public static MaterialProperty GetMaterialProperty (Object[] mats, string name);
public static MaterialProperty GetMaterialProperty (Object[] mats, int propertyIndex);

パラメーター

mats The selected materials.
name プロパティー名
propertyIndex プロパティーのインデックス

戻り値

MaterialProperty Returns the property at the specified index.

説明

ひとつのシェーダープロパティーに関する情報を取得します

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

関連項目: GetMaterialProperties, MaterialProperty.