Reorderable List Control for Unity
IElementAdderMenuBuilderTContextSetElementAdder Method |
Set the IElementAdderTContext implementation which is used
when adding new elements to the context object.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

void SetElementAdder( IElementAdder<TContext> elementAdder )
function SetElementAdder( elementAdder : IElementAdder<TContext> )
Parameters
- elementAdder
- Type: Rotorz.ReorderableListIElementAdderTContext
Element adder.

Specify a value of null for elementAdder to prevent the selection of any types.
