Version: 2017.2
public void OnGUI (Rect position, MaterialProperty prop, string label, MaterialEditor editor);

パラメーター

position プロパティーの GUI に使用する画面の Rect
prop カスタム GUI を作成する MaterialProperty
label このプロパティーのラベル
editor 現在のマテリアルエディター

説明

このメソッドをオーバーライドしてプロパティーに自身の GUI を作成します