Click or drag to resize
MemberReferenceDrawerOnGUI Method
Draws the custom editor for selecting a member of a specified source MonoBehaviour attached to a Unity game object.

Namespace: Slash.Unity.Editor.Common.Inspectors.Utils
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public override void OnGUI(
	Rect position,
	SerializedProperty property,
	GUIContent label
)

Parameters

position
Type: Rect
Position to draw the editor at.
property
Type: SerializedProperty
Property to draw the editor for.
label
Type: GUIContent
Text to show next to the property editor.
See Also