Exemplo n.º 1
0
 void Start()
 {
     lmb = new LMProcessor(maxTransitionLife);
     DefaultHandInterface[] handInterfaces = GetComponents <DefaultHandInterface>();
     Array.ForEach(handInterfaces, hInterface => lmb.AddHandInterface(hInterface));
 }