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