Constraint_SixDOFNumVelocityStepsOverride Property |
Override for the number of solver velocity iterations to run, the total amount of iterations is the max of Scene.PhysicsNumVelocitySteps and this for all constraints in the island.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntaxpublic Reference<int> NumVelocityStepsOverride { get; set; }
Property Value
Type:
ReferenceInt32
See Also