Click or drag to resize
MemberReferenceDrawerGetApplicableMembers Method
Collects a list of members of the target game object that can be selected in the editor.

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 abstract List<MemberReferenceDrawerEntry> GetApplicableMembers(
	GameObject target
)

Parameters

target
Type: GameObject
Game object to get applicable members of.

Return Value

Type: ListMemberReferenceDrawerEntry
List of members of the target game object that can be selected in the editor.
See Also