void onPrepareMotion(bool b, string s, float v)
 {
     if (Mibo.onPrepareMotion != null)
     {
         Mibo.onPrepareMotion(b, s, v);
     }
 }