Modifier and Type | Method and Description |
---|---|
Axis |
AssetInfo.getUpVector()
Gets the up-vector used in this asset.
|
static Axis |
Axis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis[] |
Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransformBuilder |
TransformBuilder.rearrange(Axis newX,
Axis newY,
Axis newZ)
Rearrange the layout of the axis.
|
void |
AssetInfo.setUpVector(Axis value)
Sets the up-vector used in this asset.
|
Copyright © 2019. All rights reserved.