Table of Contents

Struct b3MotionLocks

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

Per-axis locks restricting body movement. Mirror of b3MotionLocks.

public struct b3MotionLocks

Inherited Members

Fields

angularX

Prevents rotation about the x axis.

angularY

Prevents rotation about the y axis.

angularZ

Prevents rotation about the z axis.

linearX

Prevents translation along the x axis.

linearY

Prevents translation along the y axis.

linearZ

Prevents translation along the z axis.