class VisualAnimate extends Visual (client-side)
Available since version: 0.3.8.0
This class represents visual animate class.
Properties
`` startAnimation
This method will start playing the animation on visual animate object.
`` stopAnimation
This method will stop the played animation on visual animate object.
Methods
isAnimationActive
This method returns true if given animation is active, otherwise false.
bool isAnimationActive(string aniName)
Parameters:
stringaniName: the name of the animation.
Returns bool:
Callbacks
No callbacks.