Version: 2019.4
public void OnGUI (Rect position, SerializedProperty property, GUIContent label);

パラメーター

positionプロパティーの GUI に使用する画面の Rect
property対象となるシリアライズ化されたプロパティー
labelこのプロパティーのラベル

説明

Override this method to make your own IMGUI based GUI for the property.