Ejemplo n.º 1
0
 void Start()
 {
     lmb = new LMProcessor(maxTransitionLife);
     DefaultHandInterface[] handInterfaces = GetComponents <DefaultHandInterface>();
     Array.ForEach(handInterfaces, hInterface => lmb.AddHandInterface(hInterface));
 }
Ejemplo n.º 2
0
 static public string MeasStatusString(LMProcessor.MeasurementStatus ms)
 {
     return ms.ToString();
 }