FbxProperty

Overview

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

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

Properties

NameTypeAccessDescription
name: stringReadHolds the identifier string of the FBX property
value: anyReadStores the value of the FBX property, typed as any
properties: FbxProperty[]ReadContains child FbxProperty objects representing nested properties

See Also