public interface AliyunIAnimationController
sdk version >= v3.25.0
Animation controller
you can add animation with this controller. see ActionBase
| Modifier and Type | Method and Description |
|---|---|
int |
addFrameAnimation(ActionBase action)
Adds an animation to a stream or material.
|
int |
removeFrameAnimation(ActionBase action)
Removes an animation.
|
int addFrameAnimation(ActionBase action)
action - ActionBaseint removeFrameAnimation(ActionBase action)
action -