private void clearHelp() { if (help == null) /* Nothing to do */ return; help.clear(); stage.getActors().removeValue(help, true); help = null; }
@Override public void onDespawn() { actor.clear(); }