ContactManagerCollideMultithreadThreshold Field |
A threshold for activating multiple cores to solve Collide.
An World with a contact count above this threshold will use multiple threads to solve Collide.
A value of 0 will always use multithreading. A value of (int.MaxValue) will never use multithreading.
Typical values are {128 or 256}.
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int CollideMultithreadThreshold
Field Value
Int32
See Also