Table of Contents

Method ApplyTorque

Namespace
Box3D
Assembly
Box3D.NET.dll

ApplyTorque(Vector3, bool)

Applies a torque, changing angular velocity without moving the body.

public void ApplyTorque(Vector3 torque, bool wake = true)

Parameters

torque Vector3

The torque, in newton-metres.

wake bool

Whether to wake the body first.