Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
OptimizedTranslation¶
Inherits: Translation < Resource < RefCounted < Object
An optimized translation, used by default for CSV Translations.
描述¶
An optimized translation, used by default for CSV Translations. Uses real-time compressed translations, which results in very small dictionaries.
Methods¶
void |
generate ( Translation from ) |
Method Descriptions¶
void generate ( Translation from )
Generates and sets an optimized translation from the given Translation resource.