ColladaTransformStyle
Overview
ColladaTransformStyle is a class in Aspose.3D FOSS for TypeScript.
ColladaTransformStyle offers two static style values—COMPONENTS() and MATRIX()—each exposing a name property and a string representation via toString().
This class declares 3 methods for ColladaTransformStyle objects in TypeScript programs.
Available methods include: COMPONENTS, MATRIX, toString.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | string | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
COMPONENTS() → ColladaTransformStyle | And ColladaTransformStyle.MATRIX() each return a ColladaTransformStyle instance representing the chosen transform representation, and toString() yields its name |
MATRIX() → ColladaTransformStyle | Returns a ColladaTransformStyle that uses a single matrix transform |
toString() → string | Returns the name of the transform style as a string |