public void SetAnimation(StandardSpriteAnimations animation, StandardSpriteOrientations orientation, long gameMS) { AnimationStartTimeMS = gameMS; this.AnimationName = SpriteHelper.GetAnimationName(animation, orientation); }