TransformConstraint
Enum in Zigurous.Animation
Declaration
[Flags]
public enum TransformConstraintDescription
Flags to constrain the properties of a transform.
Properties
| None | No constraint. | 
| Position | Constrain the position of a transform. | 
| Rotation | Constrain the rotation of a transform. | 
| Scale | Constrain the scale of a transform. |