Enum MotionConstraints
- Namespace
- FluffyUnderware.Curvy.Controllers
Defines what motions are to be frozen
[Flags]
public enum MotionConstraints
Fields
FreezePositionX = 1Freeze motion along the X-axis.
FreezePositionY = 2Freeze motion along the Y-axis.
FreezePositionZ = 4Freeze motion along the Z-axis.
FreezeRotationX = 8Freeze rotation along the X-axis.
FreezeRotationY = 16Freeze rotation along the Y-axis.
FreezeRotationZ = 32Freeze rotation along the Z-axis.
None = 0No constraints.