Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetDensity(float, bool)

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

Definition

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.