com.supermap.ar.areffect
类 ARAnimation
- java.lang.Object
-
- com.supermap.ar.areffect.ARAnimation
-
public class ARAnimation extends java.lang.Object
AR动画
-
-
嵌套类概要
嵌套类 限定符和类型 类和说明 static interface
ARAnimation.ARAnimatorListener
动画监听接口
-
构造器概要
构造器 构造器和说明 ARAnimation(AREffectElement arEffectElement)
构造方法
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 ARAnimation.ARAnimatorListener
getARAnimatorListener()
获取动画监听void
pause()
动画暂停void
play()
动画播放void
resume()
恢复播放void
setARAnimatorListener(ARAnimation.ARAnimatorListener ARAnimatorListener)
设置动画监听void
stop()
停止播放
-
-
-
构造器详细资料
-
ARAnimation
public ARAnimation(AREffectElement arEffectElement)
构造方法- 参数:
arEffectElement
- AR特效对象
-
-
方法详细资料
-
play
public void play()
动画播放
-
pause
public void pause()
动画暂停
-
resume
public void resume()
恢复播放
-
stop
public void stop()
停止播放
-
getARAnimatorListener
public ARAnimation.ARAnimatorListener getARAnimatorListener()
获取动画监听
-
setARAnimatorListener
public void setARAnimatorListener(ARAnimation.ARAnimatorListener ARAnimatorListener)
设置动画监听- 参数:
ARAnimatorListener
-
-
-