ColladaTransformStyle
Overview
ColladaTransformStyle is a class in Aspose.3D FOSS for Typescript.
ColladaTransformStyle.COMPONENTS returns a ColladaTransformStyle that uses separate component transforms.
This class provides 3 methods for working with ColladaTransformStyle objects in Typescript programs.
Available methods include: COMPONENTS, MATRIX, toString.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Properties: name.
Description
ColladaTransformStyle is a class in the Aspose.3D FOSS library for TypeScript that exposes 3 methods and 1 property for programmatic use.
Core capabilities include: string. These operations enable developers to integrate colladatransformstyle functionality directly into TypeScript applications.
The class also provides the name property (gets the name).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | string | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
COMPONENTS() → ColladaTransformStyle | Returns a ColladaTransformStyle that uses separate component transforms |
MATRIX() → ColladaTransformStyle | Returns a ColladaTransformStyle that uses a single matrix transform |
toString() → string | Returns the name of the transform style as a string |