Click or drag to resize
IElementAdderMenuBuilderTContextAddCustomCommand Method
Adds a custom command to the menu.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
void AddCustomCommand(
	IElementAdderMenuCommand<TContext> command
)

Parameters

command
Type: Rotorz.ReorderableListIElementAdderMenuCommandTContext
The custom command.
Exceptions
ExceptionCondition
ArgumentNullException If command is null.
See Also