IElementAdderMenuCommandTContextExecute Method |
Executes the command.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxvoid 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