Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetDensity(float, bool)

Set the shape density. See _massConfiguration.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public void SetDensity(float density, bool updateBodyMass)

Parameters

density

The density to set.

updateBodyMass

Whether to update the body mass configuration. Not doing so is faster, especially when setting multiple shapes.