FbxParser

Overview

FbxParser is a class in Aspose.3D FOSS for Typescript.

FbxParser.constructor creates a new parser using the provided token array.

Properties

NameTypeAccessDescription
rootScopeFbxElement | nullReadHolds the top-level FbxElement of the parsed FBX tree or null if not parsed

Methods

SignatureDescription
constructor(tokens: any[])Creates a new parser using the provided token array
parse(_data: any)FbxPropertyProcesses the given data and returns an FbxProperty representing the parsed FBX structure

See Also