Reorderable List Control for Unity
IElementAdderMenuCommandTContextCanExecute Method |
Determines whether the command can be executed.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

bool CanExecute( IElementAdder<TContext> elementAdder )
function CanExecute( elementAdder : IElementAdder<TContext> ) : boolean
Parameters
- elementAdder
- Type: Rotorz.ReorderableListIElementAdderTContext
The associated element adder provides access to the TContext instance.
Return Value
Type: BooleanA value of true if the command can execute; otherwise, false.
