ColladaTransformStyle

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

NameTypeAccessDescription
namestringReadGets the name.

Methods

SignatureDescription
COMPONENTS()ColladaTransformStyleReturns a ColladaTransformStyle that uses separate component transforms
MATRIX()ColladaTransformStyleReturns a ColladaTransformStyle that uses a single matrix transform
toString()stringReturns the name of the transform style as a string

See Also