RigidBody2DApplyForce Method (Vector2) |
Applies a force at the center of mass.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void ApplyForce(
Vector2 force
)
Parameters
- force
- Type: NeoAxisVector2
The force.
See Also