C# Class TLocalization, Unity3D-ToolChain_StriteR

Mostrar archivo Open project: striter/Unity3D-Frame-StriteR Class Usage Examples

Public Properties

Property Type Description
IsInit bool

Public Methods

Method Description
CheckKeyLocalizable ( string key ) : bool
CheckValueLocalized ( string value ) : bool
FindLocalizeKey ( string value ) : string
GetLocalizeValue ( string key ) : string
SetRegion ( enum_Option_LanguageRegion location ) : void

Method Details

CheckKeyLocalizable() public static method

public static CheckKeyLocalizable ( string key ) : bool
key string
return bool

CheckValueLocalized() public static method

public static CheckValueLocalized ( string value ) : bool
value string
return bool

FindLocalizeKey() public static method

public static FindLocalizeKey ( string value ) : string
value string
return string

GetLocalizeValue() public static method

public static GetLocalizeValue ( string key ) : string
key string
return string

SetRegion() public static method

public static SetRegion ( enum_Option_LanguageRegion location ) : void
location enum_Option_LanguageRegion
return void

Property Details

IsInit public_oe static_oe property

public static bool IsInit
return bool