FbxParser
Overview
FbxParser is a class in Aspose.3D FOSS for TypeScript.
FbxParser.constructor creates a new parser using the provided token array.
This class declares 2 methods for FbxParser objects in TypeScript programs.
Available methods include: constructor, parse.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: rootScope.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rootScope | FbxElement | null | Read | Gets the root scope. |
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 |