Class SimulatedHandDataProvider
  
  Produces simulated data every frame that defines joint positions.
 
  
  
    Inheritance
    
    SimulatedHandDataProvider
   
  
  
  Assembly: cs.temp.dll.dll
  
  
    public class SimulatedHandDataProvider
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public SimulatedHandDataProvider(MixedRealityInputSimulationProfile _profile)
   
  Parameters
  
  Fields
  
  
  
  
  If true then the hand is always visible, regardless of simulating.
 
  
  Declaration
  
    public bool IsAlwaysVisibleLeft
   
  Field Value
  
  
  
  
  If true then the hand is always visible, regardless of simulating.
 
  
  Declaration
  
    public bool IsAlwaysVisibleRight
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    protected MixedRealityInputSimulationProfile profile
   
  Field Value
  
  Methods
  
  
  
  
  
  Capture a snapshot of simulated hand data based on current state.
 
  
  Declaration
  
    public bool UpdateHandData(SimulatedHandData handDataLeft, SimulatedHandData handDataRight)
   
  Parameters
  
  Returns