GUICollapsiblePanel

From Virtual World Web Wiki
Jump to: navigation, search

Component representing a panel that expands and collapses from a toggle

Remarks [edit]

Properties

GUIPanel Content {get;}
Reference to the Content panel which contains the child components
bool Enabled {get; set;}
bool Open {get; set;}
Current expanded state
GUILabel Text {get;}
Reference to the label on the Toggle
GUIToggle Toggle {get;}
Reference to the Toggle that expands/collapses the panel
GUIPanel TogglePanel {get;}
Refernece to the panel containing the Toggle.