Click or drag to resize
IElementAdderMenuCommandTContextExecute Method
Executes the command.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
void Execute(
	IElementAdder<TContext> elementAdder
)

Parameters

elementAdder
Type: Rotorz.ReorderableListIElementAdderTContext
The associated element adder provides access to the TContext instance.
See Also