Class PhysicsSolveAndIntegrateGroup
The final system group to run in PhysicsSimulationGroup. It is solving the jacobians generated by PhysicsCreateJacobiansGroup, and writing the results of the simulation to the DynamicsWorld.
Inheritance
PhysicsSolveAndIntegrateGroup
Inherited Members
Namespace: Unity.Physics.Systems
Syntax
[UpdateInGroup(typeof(PhysicsSimulationGroup))]
[UpdateAfter(typeof(PhysicsCreateJacobiansGroup))]
public class PhysicsSolveAndIntegrateGroup : ComponentSystemGroup