Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.MyDynamicAABBTree.OverlapAllFrustum

Malware edited this page Dec 25, 2018 · 27 revisions

IndexMyDynamicAABBTree

csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [uint](System.UInt32) requiredFlags, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [List<T>](System.Collections.Generic.List`1) isInsideList, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [Action<T1, T2>](System.Action`2) add)``````csharpvoid OverlapAllFrustum<T, Op><[T](), [Op]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, ref [Op]() add)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [List<T>](System.Collections.Generic.List`1) elementsList, [List<T>](System.Collections.Generic.List`1) isInsideList, [float](System.Single) tSqr, [bool](System.Boolean) clear)``````csharpvoid OverlapAllFrustum<T><[T]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [Action<T1, T2>](System.Action`2) add, [float](System.Single) tSqr)``````csharpvoid OverlapAllFrustum<T, Op><[T](), [Op]()>(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum, [float](System.Single) tSqr, ref [Op]() add)

Clone this wiki locally