C# Class LocalizedGUIText, SmartLocalization

Inheritance: MonoBehaviour
显示文件 Open project: NiklasBorglund/SmartLocalization Class Usage Examples

Public Properties

Property Type Description
localizedKey string

Public Methods

Method Description
OnChangeLanguage ( LanguageManager, thisLanguageManager ) : void
OnDestroy ( ) : void
Start ( ) : void

Method Details

OnChangeLanguage() public method

public OnChangeLanguage ( LanguageManager, thisLanguageManager ) : void
thisLanguageManager LanguageManager,
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

localizedKey public_oe property

public string localizedKey
return string