Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


islandSolverContactsPerJob

Controls the minimum number of contacts to solve in each simulation job when performing island solving.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public int islandSolverContactsPerJob { get; set; }

Remarks

For an overview of these properties and advice on how to use them, see PhysicsJobOptions2D.
The following job profiler names are affected by this property:
• Physics2D.InitializeContactSolverJob
• Physics2D.WarmStartContactSolverJob.
• Physics2D.InitializeVelocityConstraintsJob
• Physics2D.SolvePositionConstraintsJob
• Physics2D.SolveVelocityConstraintsJob
• Physics2D.StoreConstraintImpulsesJob
• Physics2D.SolveContinuousPositionConstraintsJob.