Click or drag to resize
ViewEventDelegateDrawer Class
Custom editor for delegates allowing registering as listener for a specific view event of a MonoBehaviour.
Inheritance Hierarchy
SystemObject
  GUIDrawer
    PropertyDrawer
      Slash.Unity.Editor.Common.Inspectors.UtilsMemberReferenceDrawer
        Slash.Unity.Editor.Common.Inspectors.ViewModelsViewEventDelegateDrawer

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

The ViewEventDelegateDrawer type exposes the following members.

Constructors
  NameDescription
Public methodViewEventDelegateDrawer
Initializes a new instance of the ViewEventDelegateDrawer class
Top
Properties
  NameDescription
Protected propertyMemberProperty
Name of the serialized property that makes up the selected member.
(Overrides MemberReferenceDrawerMemberProperty.)
Protected propertySourceProperty
Name of the serialized property that makes up the selected source.
(Overrides MemberReferenceDrawerSourceProperty.)
Top
Methods
  NameDescription
Protected methodGetApplicableMembers
Collects a list of usable routed events from the specified target game object.
(Overrides MemberReferenceDrawerGetApplicableMembers(GameObject).)
Top
See Also