public void PlayAnim(bool loop, float rate, float startTime) { if (AnimPlayer != null) { AnimPlayer.PlayAnim(loop, rate, startTime); } }