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

Parámetros

positionRectangle on the screen to use for the property GUI.
propertyThe SerializedProperty to make the custom GUI for.
labelThe label of this property.

Descripción

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