IElementAdderMenu.IsEmpty Property

Rotorz ReorderableList

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; }
function get IsEmpty() : boolean

Property Value

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