ElementAdderMenuCommandAttribute Constructor |
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic ElementAdderMenuCommandAttribute(
Type contractType
)
public function ElementAdderMenuCommandAttribute(
contractType : Type
)
Parameters
- contractType
- Type: SystemType
Contract type of addable elements.
See Also