Click or drag to resize
MemberReferenceDrawerEntry Class
Applicable member of the specified source MonoBehaviour attached to a Unity game object.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Editor.Common.Inspectors.UtilsMemberReferenceDrawerEntry

Namespace: Slash.Unity.Editor.Common.Inspectors.Utils
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
protected class Entry

The MemberReferenceDrawerEntry type exposes the following members.

Constructors
  NameDescription
Public methodMemberReferenceDrawerEntry
Initializes a new instance of the MemberReferenceDrawerEntry class
Top
Fields
  NameDescription
Public fieldMemberName
Name of the member.
Public fieldTarget
Source MonoBehaviour attached to a Unity game object.
Top
See Also