public static interface ARAnimationTranslation2.TranslationUpdateListener
限定符和类型 | 方法和说明 |
---|---|
void |
onTranslationEnd(android.animation.Animator animation)
位移结束
|
void |
onTranslationStart(android.animation.Animator animation)
位移开始
|
void |
onUpdateSegment(android.animation.Animator singleAnimation,
int segment,
java.util.List<Vector3> totalPoints)
弧段更新
每当位移至下一弧段时,执行一次
|
void onTranslationStart(android.animation.Animator animation)
animation
- void onUpdateSegment(android.animation.Animator singleAnimation, int segment, java.util.List<Vector3> totalPoints)
singleAnimation
- 当前线段的位移动画segment
- 当前位置所在的线段索引totalPoints
- 所有位移节点void onTranslationEnd(android.animation.Animator animation)
animation
-