コード例 #1
0
ファイル: BoundingSphere.cs プロジェクト: Brollyy/Holo-agent
 protected override CollisionResult IsOverlappingCylinder(BoundingCylinder other)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 protected abstract CollisionResult IsOverlappingCylinder(BoundingCylinder other);