Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


syncDiscreteFixturesPerJob

Controls the minimum number of fixtures to synchronize in the broadphase during discrete island solving in each simulation job.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public int syncDiscreteFixturesPerJob { 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.SynchronizeFixturesJob.