class FoxAnimation
package foxlite.animation
Constructor
Variables
tracks:Map<String, FoxAnimationTrack<Any>> = new StringMap()
Contains the tracks of this animation.
Don't access this directly, instead call getTrack() and cast it to a desired type.