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 provides 2 methods for working with FbxTokenizer objects in Typescript programs.
Available methods include: constructor, tokenize.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Description
FbxTokenizer is a class in the Aspose.3D FOSS library for TypeScript that exposes 1 method and 0 properties for programmatic use.
Core capabilities include: Creates a tokenizer for the provided fbx content string. These operations enable developers to integrate fbxtokenizer functionality directly into TypeScript applications.
Instances are created through a single constructor that initializes the object with default values.
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 |