Table of Contents

Method ApplyAngularImpulse

Namespace
Box3D
Assembly
Box3D.NET.dll

ApplyAngularImpulse(Vector3, bool)

Changes the angular velocity immediately.

public void ApplyAngularImpulse(Vector3 impulse, bool wake = true)

Parameters

impulse Vector3

The angular impulse, in kilogram metres squared per second.

wake bool

Whether to wake the body first.