Version: 2020.2
言語: 日本語
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.