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

Namespace: Slash.Unity.Editor.Common.Inspectors.Delegates
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

[Missing <param name="target"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Delegates.MethodDelegateDrawer.GetApplicableMembers(UnityEngine.GameObject)"]

Return Value

Type: ListMemberReferenceDrawerEntry

[Missing <returns> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Delegates.MethodDelegateDrawer.GetApplicableMembers(UnityEngine.GameObject)"]

See Also