ScenePhysicsNumVelocitySteps Property |
Number of solver velocity iterations to run. Note that this needs to be >= 2 in order for friction to work (friction is applied using the non-penetration impulse from the previous iteration).
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Reference<int> PhysicsNumVelocitySteps { get; set; }Property Value
ReferenceInt32
See Also