MemberReferenceDrawer Class |
Namespace: Slash.Unity.Editor.Common.Inspectors.Utils
The MemberReferenceDrawer type exposes the following members.
Name | Description | |
---|---|---|
MemberReferenceDrawer | Initializes a new instance of the MemberReferenceDrawer class |
Name | Description | |
---|---|---|
MemberProperty |
Name of the serialized property that makes up the selected member.
| |
SourceProperty |
Name of the serialized property that makes up the selected source.
|
Name | Description | |
---|---|---|
GetApplicableMembers |
Collects a list of members of the target game object that can be selected in the editor.
| |
GetPropertyHeight |
Gets the total height of this editor.
(Overrides PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent).) | |
OnGUI |
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).) |