Table of Contents

Enum MotionConstraints

Defines what motions are to be frozen

[Flags]
public enum MotionConstraints

Fields

FreezePositionX = 1

Freeze motion along the X-axis.

FreezePositionY = 2

Freeze motion along the Y-axis.

FreezePositionZ = 4

Freeze motion along the Z-axis.

FreezeRotationX = 8

Freeze rotation along the X-axis.

FreezeRotationY = 16

Freeze rotation along the Y-axis.

FreezeRotationZ = 32

Freeze rotation along the Z-axis.

None = 0

No constraints.