Interface IMixedRealityHandJointService
  
  Mixed Reality Toolkit device definition, used to instantiate and manage a specific device / SDK
 
  
  
  
  Assembly: cs.temp.dll.dll
  
  
    public interface IMixedRealityHandJointService : IMixedRealityInputDeviceManager, IMixedRealityDataProvider, IMixedRealityService, IDisposable
   
  Methods
  
  
  
  
  
  
  
  Declaration
  
    bool IsHandTracked(Handedness handedness)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Handedness | 
        handedness | 
         | 
      
    
  
  Returns
  
  
  
  
  
  Get a game object following the hand joint.
 
  
  Declaration
  
    Transform RequestJointTransform(TrackedHandJoint joint, Handedness handedness)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | TrackedHandJoint | 
        joint | 
         | 
      
      
        | Handedness | 
        handedness | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Transform | 
         |