Enumeration AxisLock

Motion restriction for dynamic rigid bodies.

Enumeration Members

AngularX: 8

Dynamic rigid body not permitted to rotate about the global x-axis.

AngularY: 16

Dynamic rigid body not permitted to rotate about the global y-axis.

AngularZ: 32

Dynamic rigid body not permitted to rotate about the global z-axis.

LinearX: 1

Dynamic rigid body not permitted to translate in the global x-axis.

LinearY: 2

Dynamic rigid body not permitted to translate in the global y-axis.

LinearZ: 4

Dynamic rigid body not permitted to translate in the global z-axis.

None: 0

No motion restriction.

Generated using TypeDoc