FbxTokenizer

Overview

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

FbxTokenizer.constructor creates a tokenizer for the provided FBX content string.

Methods

SignatureDescription
constructor(content: string)Creates a tokenizer for the provided FBX content string
tokenize()any[]Parses the stored FBX content and returns an array of token objects

See Also