I want to synchronize some anim clips with other events occuring in my app.
The old system provides AnimChannel.getTime() and .setTime() to access the time of the animation that’s playing. In the new system, time is stored in the Layer; there’s no getTime() or setTime().
Public getters and setters should be added, probably to the AnimComposer class.
For more information, see the forum topic: https://hub.jmonkeyengine.org/t/synchronizing-an-animclip/42393