Click or drag to resize
IElementAdderMenuIsEmpty Property
Gets a value indicating whether the menu contains any items.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
bool IsEmpty { get; }

Property Value

Type: Boolean
true if the menu contains one or more items; otherwise, false.
See Also