SerializedPropertyAdaptor.EndGUI Method

Rotorz ReorderableList

SerializedPropertyAdaptorEndGUI Method
Occurs after all list items have been drawn.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public virtual void EndGUI()
public virtual function EndGUI()

Implements

IReorderableListAdaptorEndGUI
Remarks

This method is only used to handle GUI repaint events.

See Also