C# Class Borodar.ReorderableList.ElementAdderMenuCommandAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: PhannGor/unity3d-rainbow-folders

Public Methods

Method Description
ElementAdderMenuCommandAttribute ( Type contractType ) : System

Initializes a new instance of the ElementAdderMenuCommandAttribute class.

Method Details

ElementAdderMenuCommandAttribute() public method

Initializes a new instance of the ElementAdderMenuCommandAttribute class.
public ElementAdderMenuCommandAttribute ( Type contractType ) : System
contractType System.Type Contract type of addable elements.
return System