Method GetPosition
GetPosition(in PhysicsWorld, int)
An in PhysicsWorld extension method that gets a position of a body in World Space.
Declaration
public static float3 GetPosition(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 |
|---|---|
| float3 | The position. |