Struct FloatCollector
- Namespace
- BepuPhysics
- Assembly
- BepuPhysics.dll
public struct FloatCollector : IForEach<float>
- Implements
-
IForEach<float>
- Inherited Members
Constructors
FloatCollector(float*)
public FloatCollector(float* values)
Parameters
values
float*
Fields
Index
public int Index
Field Value
Values
public float* Values
Field Value
Methods
LoopBody(float)
public void LoopBody(float value)
Parameters
value
float