Lexicon Bindings

LexiconBindings is a MonoBehaviour holding a collection of LexiconKeyBinding entries that push localised values onto target component members (a property or method) via reflection, automatically re-applied whenever the active culture changes.

Use it to wire a `.helex` key directly onto any component field/property/method without writing a dedicated `LexiconText`/`LexiconSprite`/etc. wrapper field for every case — useful for third-party or legacy components you can’t add a typed Lexicon field wrapper to directly.

Rate This Article!