Function Animation.trackIsImported
Returns true
if the given track is imported. Else, return false
.
bool trackIsImported
(
const(long) track_idx
) nothrow @nogc const;
Returns true
if the given track is imported. Else, return false
.
bool trackIsImported
(
const(long) track_idx
) nothrow @nogc const;