Version: 2018.4
public delegatebool DoFoldoutCallback (Rect position, bool expandedState, GUIStyle style);

パラメーター

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

戻り値

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

説明

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