SerializedPropertyAdaptor.BeginGUI Method

Rotorz ReorderableList

SerializedPropertyAdaptorBeginGUI Method
Occurs before any list items are drawn.

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

Implements

IReorderableListAdaptorBeginGUI
Remarks

This method is only used to handle GUI repaint events.

See Also