📦Create New Localized Single
Class to define just one key to return a single value. It is used in the Text component for example.
Important Methods
🟢 HandlerLocalize( ) Find text from defined key.
🟢 HandlerSetArgs( Arg[ ] Args, bool Clear) Set the ID and value of arguments.
🟢 LocalizedString( string ) Get the text value of defined key.
Editor Methods
🟢 InspectorEditorTitle( ) Define title that will show in the inspector.
🟢 InspectorEditorUpdate( ) Method that updates only in GUI Inspector Editor.

Tutorial
Last updated