Version: 2022.3
言語: 日本語
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.