OptimizedTranslation๏ƒ Godot Course

Inherits: Translation < Resource < RefCounted < Object

An optimized translation, used by default for CSV Translations.

Description๏ƒ

An optimized translation, used by default for CSV Translations. Uses real-time compressed translations, which results in very small dictionaries.

Methods๏ƒ

void

generate(from: Translation)


Method Descriptions๏ƒ

void generate(from: Translation) ๐Ÿ”—

Generates and sets an optimized translation from the given Translation resource.

Note: This method is intended to be used in the editor. It does nothing when called from an exported project.