RigidBodyApplyForce Method (Vector3) |
Apply force on the physical body, from its center.
Namespace:
GeonBit.ECS.Components.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 vector to apply.
See Also