applyForce method
void
applyForce(
- Vector2 force
Adds a force to the current force acting on the Node.
Implementation
void applyForce(Vector2 force) {
_force += force;
}
Adds a force to the current force acting on the Node.
void applyForce(Vector2 force) {
_force += force;
}