VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Classes | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
AVR.UI.Utils.AVRUI_ClickDragWheel Class Reference
Inheritance diagram for AVR.UI.Utils.AVRUI_ClickDragWheel:

Classes

class  ClickDragWheelEntry
 

Public Member Functions

void Cancel ()
 

Public Attributes

GameObject entryPrefab
 
bool test = false
 
float radius = 100.0f
 
float select_radius = 50.0f
 
Color overlayColor
 
ClickDragWheelEntry[] fields
 
AVR_ControllerInputManager.Vec2Event selectionAxis
 
AVR_ControllerInputManager.BoolEvent selectionEvent
 

Private Member Functions

void Awake ()
 
void Start ()
 
void Update ()
 

Private Attributes

LineRenderer lr
 
ClickDragWheelEntry selectedEntry
 

Detailed Description

Definition at line 12 of file AVRUI_ClickDragWheel.cs.