Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


mass

The calculated mass of the body, usually in kilograms. This can be accessed as a union of _mass, _rotationalInertia and _localCenterOfMass using _massConfiguration.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public float mass { get; set; }