Exemplo n.º 1
0
 public void ChangeMotion(EntityViewer.MotionRequest motion, EntityViewer.MotionRequest?nextMotion = null)
 {
     EntityViewer.ChangeMotion(motion, nextMotion);
 }
Exemplo n.º 2
0
 public void ChangeMotion(SpriteMotion motion, SpriteMotion?nextMotion = null)
 {
     EntityViewer.ChangeMotion(motion, nextMotion);
     //EntityViewer.State = AnimationHelper.GetStateForMotion(motion);
 }