FbxTokenizer
Overview
FbxTokenizer is a class in Aspose.3D FOSS for TypeScript.
FbxTokenizer.constructor creates a tokenizer for the provided FBX content string.
This class declares 2 methods for FbxTokenizer objects in TypeScript programs.
Available methods include: constructor, tokenize.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Methods
| Signature | Description |
|---|---|
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 |