FbxProperty
Overview
FbxProperty is a interface in Aspose.3D FOSS for Typescript.
FbxProperty.name holds the identifier string of the FBX property.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Holds the identifier string of the FBX property |
value | : any | Read | Stores the value of the FBX property, typed as any |
properties | : FbxProperty[] | Read | Contains child FbxProperty objects representing nested properties |