isScheduled method

bool isScheduled()

Returns true, if this action is activated in the mixer.

Note: This doesn’t necessarily mean that the animation is actually running (compare the additional conditions for isRunning).

Implementation

bool isScheduled() {
  return mixer.isActiveAction(this);
}