Click or drag to resize
IElementAdderMenuBuilderTContextSetContractType Method
Sets contract type of the elements that can be included in the IElementAdderMenu. Only non-abstract class types that are assignable from the contractType will be included in the built menu.

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

Parameters

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