Enum ComposeOrder

ComposeOrder enumeration

The order to compose transform matrix

public enum ComposeOrder

Values

NameValueDescription
Append0Append the new transform to the chain
Prepend1Prepend the new transform to the chain

See Also