ScenePhysicsMaxInFlightBodyPairs Property |
Size of body pairs array, corresponds to the maximum amount of potential body pairs that can be in flight at any time. Setting this to a low value will use less memory but slow down simulation as threads may run out of narrow phase work. Set 0 for auto mode.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public Reference<int> PhysicsMaxInFlightBodyPairs { get; set; }
Property Value
Type:
ReferenceInt32See Also