struct AnimationConverter.ConstrainMask
Description
A mask that defines if the x, y or z axis values are constrained.
Properties
Type | Name | Description |
---|---|---|
bool | ConstrainX | When enabled, the X axis value is constrained (i.e. kept at a constant value). |
bool | ConstrainY | When enabled, the Y axis value is constrained (i.e. kept at a constant value). |
bool | ConstrainZ | When enabled, the Z axis value is constrained (i.e. kept at a constant value). |