Constructor
new AnimatedComponent()
- Source:
- Tutorials:
-
- Tutorial: components
Methods
onAnimationStep(timestamp)
- Description:
Invoked when a frame is drawn.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
timestamp |
Number | The timestamp. |
onStart()
- Source:
startAnimation()
- Description:
Start the animation loop
- Source:
stopAnimation()
- Description:
Stop the animation loop
- Source: