RigidBodyApplyForce Method (Vector3) |
Apply force on the body, from its center.
Namespace:
GeonBit.Core.Physics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void ApplyForce(
Vector3 force
)
Parameters
- force
- Type: Vector3
Force to apply.
See Also