SetPhysicsForcePosition
Description
Changes the position of the global force in world coordinates.
Definition
SetPhysicsForcePosition( iForceIndex, x, y )
void agk::SetPhysicsForcePosition( UINT iForceIndex, float x, float y )
Parameters
- iForceIndex - The ID of the force to modify.
- x - The x component of the new position.
- y - The y component of the new position.