ColladaTransformStyle

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

NameTypeAccessDescription
namestringReadGets the name.

Methods

SignatureDescription
COMPONENTS()ColladaTransformStyleAnd ColladaTransformStyle.MATRIX() each return a ColladaTransformStyle instance representing the chosen transform representation, and toString() yields its name
MATRIX()ColladaTransformStyleReturns a ColladaTransformStyle that uses a single matrix transform
toString()stringReturns the name of the transform style as a string

See Also

 English