Reorderable List Control for Unity
IElementAdderTContextAddElement Method |
Adds an element of the specified type to the associated
context object.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

Object AddElement( Type type )
function AddElement( type : Type ) : Object
Parameters
- type
- Type: SystemType
Type of element to add.
Return Value
Type: ObjectThe new element.
