Click or drag to resize
ElementAdderMenuCommandAttribute Constructor
Initializes a new instance of the ElementAdderMenuCommandAttribute class.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public ElementAdderMenuCommandAttribute(
	Type contractType
)

Parameters

contractType
Type: SystemType
Contract type of addable elements.
See Also