Exemple #1
0
 public virtual bool GetCollision(Vector2 pos, Vector2 size, Entity e)
 {
     return(scene.GetCollisionFast(pos, size));
 }