Click or drag to resize
MethodDelegateDrawer Class

[Missing <summary> documentation for "T:Slash.Unity.Editor.Common.Inspectors.Delegates.MethodDelegateDrawer"]

Inheritance Hierarchy
SystemObject
  GUIDrawer
    PropertyDrawer
      Slash.Unity.Editor.Common.Inspectors.UtilsMemberReferenceDrawer
        Slash.Unity.Editor.Common.Inspectors.DelegatesMethodDelegateDrawer

Namespace: Slash.Unity.Editor.Common.Inspectors.Delegates
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public class MethodDelegateDrawer : MemberReferenceDrawer

The MethodDelegateDrawer type exposes the following members.

Constructors
  NameDescription
Public methodMethodDelegateDrawer
Initializes a new instance of the MethodDelegateDrawer class
Top
Properties
Methods
  NameDescription
Protected methodGetApplicableMembers
Collect a list of usable routed events from the specified target game object.
(Overrides MemberReferenceDrawerGetApplicableMembers(GameObject).)
Top
See Also