Function AnimationTreePlayer.active
If true
, the AnimationTreePlayer
is able to play animations.
bool active() nothrow @property @nogc;
void active
(
bool v
) nothrow @property @nogc;
If true
, the AnimationTreePlayer
is able to play animations.
bool active() nothrow @property @nogc;
void active
(
bool v
) nothrow @property @nogc;