struct in UnityEngine.LowLevelPhysics2D
/
Implemented in:UnityEngine.Physics2DModule
This holds the mass configuration computed for a PhysicsBody.
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. |