PhysicsBody.MassConfiguration
This holds the mass configuration computed for a PhysicsBody.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public struct PhysicsBody.MassConfiguration
Properties
Property | Description |
|---|---|
| center | The position of the shape's centroid relative to the shape's origin. |
| mass | The mass of the shape, usually in kilograms. |
| rotationalInertia | The rotational inertia of the shape about the shape center. |