BEPUphysics.DataStructures.MeshBoundingBoxTree.Node.GetOverlaps C# (CSharp) Метод

GetOverlaps() абстрактный приватный Метод

abstract private GetOverlaps ( Microsoft.Xna.Framework.BoundingBox &boundingBox, IList outputOverlappedElements ) : void
boundingBox Microsoft.Xna.Framework.BoundingBox
outputOverlappedElements IList
Результат void
            internal abstract void GetOverlaps(ref BoundingBox boundingBox, IList<int> outputOverlappedElements);
            internal abstract void GetOverlaps(ref BoundingSphere boundingSphere, IList<int> outputOverlappedElements);

Same methods

MeshBoundingBoxTree.Node::GetOverlaps ( BoundingFrustum &boundingFrustum, IList outputOverlappedElements ) : void
MeshBoundingBoxTree.Node::GetOverlaps ( BoundingSphere &boundingSphere, IList outputOverlappedElements ) : void
MeshBoundingBoxTree.Node::GetOverlaps ( Microsoft.Xna.Framework.Ray &ray, float maximumLength, IList outputOverlappedElements ) : void