Function Animation.trackSetEnabled
Enables/disables the given track. Tracks are enabled by default.
void trackSetEnabled
(
const(long) track_idx,
const(bool) enabled
) nothrow @nogc;
Enables/disables the given track. Tracks are enabled by default.
void trackSetEnabled
(
const(long) track_idx,
const(bool) enabled
) nothrow @nogc;