VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.UI.Utils.AVRUI_ClickDragWheelEntryPrefab.markSelected ( bool  selected)
inline

Definition at line 20 of file AVRUI_ClickDragWheelEntryPrefab.cs.

20  {
21  if(selected) {
22  rect.localScale = new Vector3(1.2f, 1.2f, 1.2f);
23  }
24  else {
25  rect.localScale = new Vector3(1.0f, 1.0f, 1.0f);
26  }
27  }