ElementAdderMenuCommandAttribute Constructor

Rotorz ReorderableList

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
)
public function ElementAdderMenuCommandAttribute(
	contractType : Type
)

Parameters

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