Click or drag to resize
MemberReferenceDrawer Methods

The MemberReferenceDrawer type exposes the following members.

Methods
  NameDescription
Protected methodGetApplicableMembers
Collects a list of members of the target game object that can be selected in the editor.
Public methodGetPropertyHeight
Gets the total height of this editor.
(Overrides PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent).)
Public methodOnGUI
Draws the custom editor for selecting a member of a specified source MonoBehaviour attached to a Unity game object.
(Overrides PropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent).)
Top
See Also