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