TreeView.DoFoldoutCallback

Cambiar al Manual
public delegatebool DoFoldoutCallback (Rect position, bool expandedState, GUIStyle style);

Parámetros

positionRect to draw the foldout.
expandedStateCurrent foldout state.
styleToggle button style.

Valor de retorno

bool Returns true if the foldout is still expanded. Otherwise, returns false.

Descripción

Callback signature used to override the TreeView foldout. See foldoutOverride.