Class PhysicsCreateJacobiansGroup
The third system group to run in PhysicsSimulationGroup. It is converting contacts generated by PhysicsCreateContactsGroup to jacobians. After it has finished, and before PhysicsSolveAndIntegrateGroup starts, you can modify jacobians by implementing IJacobiansJob.
Inherited Members
Namespace: Unity.Physics.Systems
Syntax
[UpdateInGroup(typeof(PhysicsSimulationGroup))]
[UpdateAfter(typeof(PhysicsCreateContactsGroup))]
[UpdateBefore(typeof(PhysicsSolveAndIntegrateGroup))]
public class PhysicsCreateJacobiansGroup : ComponentSystemGroup