📦Create New Select Language

Class used to create a language selector.

Importate Methods

🟢 GetControlValue( ) Get the value of the control to set the language.

🟢 SetControlValue( int ) Set the value of the control using the language value.

🟢 SelectLanguage( ) Select the language according to the value in the control.

🟢 SelectLanguage(float), SelectLanguage(int), SelectLanguage(string), SelectLanguage(bool) Select the language according to the value in the control, only used in Selectable UI elements.

Editor Methods

🟢InspectorEditorTitle( ) Define title that will show in the inspector.

🟢InspectorEditorUpdate( ) Method that updates only in GUI Inspector Editor.

Tutorial

Last updated