KeyBindingInspector.OnGUI(Rect, SerializedProperty, GUIContent) Method

Definition

public:
 override void OnGUI(UnityEngine::Rect position, UnityEditor::SerializedProperty ^ property, UnityEngine::GUIContent ^ label);
public override void OnGUI (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label);
override this.OnGUI : UnityEngine.Rect * UnityEditor.SerializedProperty * UnityEngine.GUIContent -> unit
Public Overrides Sub OnGUI (position As Rect, property As SerializedProperty, label As GUIContent)

Parameters

position
UnityEngine.Rect
property
UnityEditor.SerializedProperty
label
UnityEngine.GUIContent

Applies to