Reorderable List Control for Unity
IElementAdderMenuCommandTContextExecute Method |
Executes the command.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

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.
