Method GetMass
GetMass(in PhysicsWorld, int)
An in PhysicsWorld extension method that gets the mass.
Declaration
public static float GetMass(this in PhysicsWorld world, int rigidBodyIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| PhysicsWorld | world | The world to act on. |
| int | rigidBodyIndex | Zero-based index of the rigid body. |
Returns
| Type | Description |
|---|---|
| float | The mass. |