public bool AnimFinished() { if (anim == null) { return(true); } if (anim.IsLoop()) { return(true); } return(anim.IsFinished()); }