Click or drag to resize
ViewEventDelegateDrawerGetApplicableMembers Method
Collects a list of usable routed events from the specified target game object.

Namespace: Slash.Unity.Editor.Common.Inspectors.ViewModels
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
protected override List<MemberReferenceDrawerEntry> GetApplicableMembers(
	GameObject target
)

Parameters

target
Type: GameObject
Game object to get all usable routes events of.

Return Value

Type: ListMemberReferenceDrawerEntry
Usable routed events from the specified target game object.
See Also