Version: 2020.1
언어: 한국어

TreeView.DoFoldoutCallback

매뉴얼로 전환
public delegatebool DoFoldoutCallback (Rect position, bool expandedState, GUIStyle style);

파라미터

position Rect to draw the foldout.
expandedState Current foldout state.
style Toggle button style.

반환

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

설명

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