đŸ“Ļ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