Struct SimulationStepInput
Parameters for a simulation step.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct SimulationStepInput
Fields
Name | Description |
---|---|
Gravity | Gravity in the physics world. |
Have |
Used for optimization of static body synchronization. |
Num |
Number of iterations to perform while solving constraints. |
Solver |
Settings for solver stabilization heuristic in Unity.Physics. |
Synchronize |
Whether to update the collision world after the step for more precise queries. |
Time |
Portion of time to step the physics world for. |
World | Physics world to be stepped. |