Class UIFoldout
Inheritance
System.Object
UIFoldout
Syntax
public class UIFoldout : Toggle
Fields
arrowClosed
Declaration
public GameObject arrowClosed
Field Value
Type |
Description |
GameObject |
|
arrowOpened
Declaration
public GameObject arrowOpened
Field Value
Type |
Description |
GameObject |
|
content
Declaration
public GameObject content
Field Value
Type |
Description |
GameObject |
|
Methods
SetState(Boolean)
Declaration
public void SetState(bool state)
Parameters
Type |
Name |
Description |
System.Boolean |
state |
|
SetState(Boolean, Boolean)
Declaration
public void SetState(bool state, bool rebuildLayout)
Parameters
Type |
Name |
Description |
System.Boolean |
state |
|
System.Boolean |
rebuildLayout |
|
Start()
Declaration
protected override void Start()