Modifier and Type | Method and Description |
---|---|
ComposeOrder |
TransformBuilder.getComposeOrder()
Gets the chain compose order.
|
static ComposeOrder |
ComposeOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComposeOrder[] |
ComposeOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformBuilder.setComposeOrder(ComposeOrder value)
Sets the chain compose order.
|
Constructor and Description |
---|
TransformBuilder(ComposeOrder order)
Construct a
TransformBuilder with initial identity transform matrix and specified compose order |
TransformBuilder(Matrix4 initial,
ComposeOrder order)
Construct a
TransformBuilder with initial transform matrix and specified compose order |
Copyright © 2018. All rights reserved.