TreeView.DoFoldoutCallback

매뉴얼로 전환
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.