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