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 PhysicsBody.mass, PhysicsBody.rotationalInertia and PhysicsBody.localCenterOfMass using PhysicsBody.massConfiguration.
Read time 1 minuteLast updated 12 days ago

Definition

public float mass { get; set; }