FbxParser
Overview
FbxParser is a class in Aspose.3D FOSS for Typescript.
FbxParser.constructor creates a new parser using the provided token array.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rootScope | FbxElement | null | Read | Holds the top-level FbxElement of the parsed FBX tree or null if not parsed |
Methods
| Signature | Description |
|---|---|
constructor(tokens: any[]) | Creates a new parser using the provided token array |
parse(_data: any) → FbxProperty | Processes the given data and returns an FbxProperty representing the parsed FBX structure |