Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PhysicsJobOptions2D.islandSolverContactsPerJob

public int islandSolverContactsPerJob;

Description

Controls the minimum number of contacts to solve in each simulation job when performing island solving.

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.

Did you find this page useful? Please give it a rating: