Struct VRControllerState_t_Packed
  
  
  
  
    Inherited Members
    
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: Assembly-CSharp.dll
  Syntax
  
    public struct VRControllerState_t_Packed
   
  Constructors
  
  
  
  
  VRControllerState_t_Packed(VRControllerState_t)
  
  
  Declaration
  
    public VRControllerState_t_Packed(VRControllerState_t unpacked)
   
  Parameters
  
  Fields
  
  
  
  rAxis0
  
  
  Declaration
  
    public VRControllerAxis_t rAxis0
   
  Field Value
  
  
  
  rAxis1
  
  
  Declaration
  
    public VRControllerAxis_t rAxis1
   
  Field Value
  
  
  
  rAxis2
  
  
  Declaration
  
    public VRControllerAxis_t rAxis2
   
  Field Value
  
  
  
  rAxis3
  
  
  Declaration
  
    public VRControllerAxis_t rAxis3
   
  Field Value
  
  
  
  rAxis4
  
  
  Declaration
  
    public VRControllerAxis_t rAxis4
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    public ulong ulButtonPressed
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt64 | 
         | 
      
    
  
  
  
  
  
  
  Declaration
  
    public ulong ulButtonTouched
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt64 | 
         | 
      
    
  
  
  
  unPacketNum
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt32 | 
         | 
      
    
  
  Methods
  
  
  
  
  Unpack(ref VRControllerState_t)
  
  
  Declaration
  
    public void Unpack(ref VRControllerState_t unpacked)
   
  Parameters