Animation.trackSetEnabled

Enables/disables the given track. Tracks are enabled by default.

struct Animation
@nogc nothrow
void
trackSetEnabled
(
in long track_idx
,
in bool enabled
)

Meta