AddMenuClickedEventArgs Constructor

Rotorz ReorderableList

AddMenuClickedEventArgs Constructor
Initializes a new instance of ItemMovedEventArgs.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public AddMenuClickedEventArgs(
	IReorderableListAdaptor adaptor,
	Rect buttonPosition
)
public function AddMenuClickedEventArgs(
	adaptor : IReorderableListAdaptor,
	buttonPosition : Rect
)

Parameters

adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
buttonPosition
Type: Rect
Position of the add menu button.
See Also