Name | Summary |
---|---|
NONE NONE: No transformation is applied to the node. | |
LOCAL LOCAL: The node is transformed relative to its parent node. | |
GLOBAL GLOBAL: The node is transformed relative to the root node. | |
UNDEFINED Undefined: The transformation type is not specified. |
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |
Name | Summary |
---|---|
valueOf | fun valueOf(value: String): GLTFTransformType Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | fun values(): Array<GLTFTransformType> Returns an array containing the constants of this enum type, in the order they’re declared. |