Interface TextBatcherOptionsWithFactory

interface TextBatcherOptionsWithFactory {
    batchStorageFactory: TextBatchStorageFactory;
    changeTracker: ChangeTracker;
    maxGlyphCount?: number;
    maxTextureCount: number;
}

Properties

batchStorageFactory: TextBatchStorageFactory
changeTracker: ChangeTracker
maxGlyphCount?: number
maxTextureCount: number