Exemple #1
0
    public IEnumerator MotionInit()
    {
        CInnoMotion_API.SetSettle();
        yield return(new WaitForSeconds(1.0f));  //while motion move

        CInnoMotion_API.SetNeutral();
        yield return(new WaitForSeconds(3.0f));  //while motion move
    }
Exemple #2
0
 void SetNeutral()
 {
     CInnoMotion_API.SetNeutral();
 }