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
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Gets the name. |
value | : any | Read | Gets the value. |
properties | : FbxProperty[] | Read | Gets the properties. |