Hi all,
Just started using Spine, is there any documentation on the runtimes? Going through the code documentation is very limited, sure some of the method names are straight forward but some aren't and some can be misinterpreted. I am currently doing things through trail and error which is fine but if documentation exist this could be avoided and could save me some time.
I am trying to get the duration of a given animation or the duration of all the animations added so far but not sure if this exist, I am sure it does somewhere. I guess for the time being I will be doing more logging and looking at what all the getters return. 😐
Using LibGDX runtime if that helps, thanks.