Enum ControllerType
Flags identifying controller type
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
[Flags]
public enum ControllerType
  Fields
| Name | Description | 
|---|---|
| Active | The active controller  | 
      
| All | All controllers, currently equals to Touch  | 
      
| LeftHand | Left hand  | 
      
| LeftTouch | Left Controller  | 
      
| None | Not a controller  | 
      
| RightHand | Right hand  | 
      
| RightTouch | Right Controller  | 
      
| Touch | Both left and right controllers  |