IElementAdderTContextAddElement Method |
Adds an element of the specified type to the associated
context object.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
SyntaxObject 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