Difference between revisions of "GUIDropdownComponent"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUIDropdownComponent class)
(Documentation for the GUIDropdownComponent class)
Line 27: Line 27:
  
 
:{{CSharp|OnOpening()}}
 
:{{CSharp|OnOpening()}}
 +
 +
===Methods===
 +
:{{CSharp|void ClearItems()}}
 +
 +
:{{CSharp|IEnumerable<GUIComponent> GetDropDownItems()}}
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 17:47, 24 March 2017

Remarks [edit]

Properties

float AnimationDelaySeconds {get; set;}
string DisappearAnimation {get; set;}
string MenuItemTemplate {get; set;}
bool MenuVisible {get; set;}
GUIPanel Panel {get;}
GUISprite PanelSprite {get;}
JSVector2 PopupOffset {get; set;}
string RevealAnimation {get; set;}

Events

OnClosing()
OnDone()
OnOpening()

Methods

void ClearItems()
IEnumerable<GUIComponent> GetDropDownItems()