AddMenuClickedEventArgs Constructor |
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic 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