IElementAdder(TContext).AddElement Method

Rotorz ReorderableList

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)
Syntax
Object AddElement(
	Type type
)
function AddElement(
	type : Type
) : Object

Parameters

type
Type: SystemType
Type of element to add.

Return Value

Type: Object
The new element.
See Also