Function AnimatedSprite3D.playing
If true
, the animation
is currently playing.
bool playing() nothrow @property @nogc;
void playing
(
bool v
) nothrow @property @nogc;
If true
, the animation
is currently playing.
bool playing() nothrow @property @nogc;
void playing
(
bool v
) nothrow @property @nogc;