Example #1
0
 public Vector2 HandleCollissionsSlide(Vector2 position, Vector2 moveStep)
 {
     return(LevelHelper.HandleCollisionSlide(this, position, moveStep));
 }
Example #2
0
 public bool IsCollidable(Point t)
 {
     return(LevelHelper.IsCollidable(this, t));
 }