Uses of Class
com.aspose.threed.ColladaTransformStyle
-
-
Uses of ColladaTransformStyle in com.aspose.threed
Methods in com.aspose.threed that return ColladaTransformStyle Modifier and Type Method Description ColladaTransformStyle
ColladaSaveOptions. getTransformStyle()
Gets the style of node transformationstatic ColladaTransformStyle
ColladaTransformStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColladaTransformStyle[]
ColladaTransformStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type ColladaTransformStyle Modifier and Type Method Description void
ColladaSaveOptions. setTransformStyle(ColladaTransformStyle value)
Sets the style of node transformation
-