Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RigidbodyConstraints

Description

Use these flags to constrain motion of Rigidbodies.

Variables

NoneNo constraints.
FreezePositionXFreeze motion along the X-axis.
FreezePositionYFreeze motion along the Y-axis.
FreezePositionZFreeze motion along the Z-axis.
FreezeRotationXFreeze rotation along the X-axis.
FreezeRotationYFreeze rotation along the Y-axis.
FreezeRotationZFreeze rotation along the Z-axis.
FreezePositionFreeze motion along all axes.
FreezeRotationFreeze rotation along all axes.
FreezeAllFreeze rotation and motion along all axes.