FbxProperty

Overview

FbxProperty is a interface in Aspose.3D FOSS for Typescript.

FbxProperty.name holds the identifier string of the FBX property.

Properties: name, properties, value.

Description

FbxProperty is an interface in Aspose.3D FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : string; : any; : fbxproperty[]. These operations enable developers to integrate fbxproperty functionality directly into TypeScript applications.

The class also provides the name property (gets the name), the value property (gets the value), the properties property (gets the properties).

Properties

NameTypeAccessDescription
name: stringReadGets the name.
value: anyReadGets the value.
properties: FbxProperty[]ReadGets the properties.

See Also