IElementAdderMenuCommand(TContext).Execute Method

Rotorz ReorderableList

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
)
function Execute(
	elementAdder : IElementAdder<TContext>
)

Parameters

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