Class ViveWandController
  
  
  
  
    Inheritance
    
    
    ViveWandController
   
  
  
  Assembly: cs.temp.dll.dll
  
  
    public class ViveWandController : GenericOpenVRController
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public ViveWandController(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | TrackingState | 
        trackingState | 
         | 
      
      
        | Handedness | 
        controllerHandedness | 
         | 
      
      
        | IMixedRealityInputSource | 
        inputSource | 
         | 
      
      
        | MixedRealityInteractionMapping[] | 
        interactions | 
         | 
      
    
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public override MixedRealityInteractionMapping[] DefaultLeftHandedInteractions { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | MixedRealityInteractionMapping[] | 
         | 
      
    
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override MixedRealityInteractionMapping[] DefaultRightHandedInteractions { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | MixedRealityInteractionMapping[] | 
         | 
      
    
  
  Overrides