Ejemplo n.º 1
0
 public void InjectFingerShapes(FingerShapes fingerShapes)
 {
     _fingerShapes = fingerShapes;
 }
Ejemplo n.º 2
0
 public void InjectAllFingerFeatureStateProvider(IHand hand, List <FingerStateThresholds> fingerStateThresholds, FingerShapes fingerShapes,
                                                 bool disableProactiveEvaluation)
 {
     InjectHand(hand);
     InjectFingerStateThresholds(fingerStateThresholds);
     InjectFingerShapes(fingerShapes);
     InjectDisableProactiveEvaluation(disableProactiveEvaluation);
 }