public CollisionComponent(Entity id, BoundingVolume volume) : base(id)
 {
     BoundingVolume = volume;
 }
Example #2
0
 public abstract bool Intersects(BoundingVolume volume);