Table of Contents

Method ApplyForce

Namespace
Box3D
Assembly
Box3D.NET.dll

ApplyForce(Vector3, Vector3, bool)

Applies a force at a world-space point, producing torque if it is off-centre.

public void ApplyForce(Vector3 force, Vector3 point, bool wake = true)

Parameters

force Vector3

The force, in newtons.

point Vector3

The point of application, in world space.

wake bool

Whether to wake the body first.