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