Animation.addTrack

Add a track to the Animation. The track type must be specified as any of the values in the TYPE_* enumeration.

struct Animation
@nogc nothrow
long
addTrack
(
in long type
,
in long at_position = -1
)

Meta