[]
Specifies the order for matrix transform operations.
public enum TransformOrder
Matrix transform operations are not necessarily commutative. The order in which they are applied is important.
Name | Description |
---|---|
Append | The new operation is applied after the old operation. |
Prepend | The new operation is applied before the old operation. |