Method SetState
SetState(bool)
Change the state of this foldout
Declaration
public void SetState(bool state)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | state | The new State |
SetState(bool, bool)
Change the state of this foldout
Declaration
public void SetState(bool state, bool rebuildLayout)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | state | The new State |
| bool | rebuildLayout | If True, the layout will be rebuild |