added comment to animation class
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
//usage: PlayAnimation(animationfile, Qicontext);
|
||||||
|
// https://qisdk.softbankrobotics.com/sdk/doc/pepper-sdk/ch4_api/movement/reference/animation.html
|
||||||
|
|
||||||
package com.example.fitbot.sports;
|
package com.example.fitbot.sports;
|
||||||
|
|
||||||
import android.support.v7.app.AppCompatActivity;
|
import android.support.v7.app.AppCompatActivity;
|
||||||
@@ -31,5 +34,4 @@ public class Animations extends AppCompatActivity {
|
|||||||
|
|
||||||
animate.async().run();
|
animate.async().run();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user