Struct MeshReduction.ChildEnumerator
- Namespace
- BepuPhysics.CollisionDetection
- Assembly
- BepuPhysics.dll
public struct MeshReduction.ChildEnumerator : IBreakableForEach<int>
- Implements
-
IBreakableForEach<int>
- Inherited Members
Fields
List
public QuickList<int> List
Field Value
- QuickList<int>
Pool
public BufferPool Pool
Field Value
- BufferPool
Methods
LoopBody(int)
Executes one execution of the loop body.
public bool LoopBody(int i)
Parameters
iintVisited element.
Returns
- bool
True if the loop should continue, false otherwise.