VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override void AVR.UI.Link.AVRUI_Link_Dropdown.init ( )
inlinevirtual

Method is run on program start

Implements AVR.UI.Link.AVRUI_Link.

Definition at line 50 of file AVRUI_Link_Dropdown.cs.

50  {
51  if(!input) input = GetComponent<Dropdown>();
52 
53  if(input) old_value = input.value.ToString();
54  }