C# Class Assets.Foundation.Localization.Editor.YandexTranslator

http://api.yandex.com/translate/doc/dg/concepts/api-overview.xml
Inheritance: EditorWindow
ファイルを表示 Open project: NVentimiglia/Unity3d-Foundation

Protected Properties

Property Type Description
Cancel bool
FileDone int
FileName string
FileTotal int
IsComplete bool
IsWorking bool
LangDone int
LangTotal int
Language LanguageInfo
Options LangOption[]
Position UnityEngine.Vector2
RootPath string
StringDone int
StringTotal int

Public Methods

Method Description
RemoveNewline ( string s ) : string

Protected Methods

Method Description
Begin ( ) : void
Documentation ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
ShowSetup ( ) : void
ShowWorking ( ) : void
Validate ( ) : void
WriteFile ( LanguageInfo language, string fileName, string>.Dictionary file ) : void

Private Methods

Method Description
Deserialize ( WWW www ) : string
GetTranslation ( LanguageInfo lang, string s ) : WWW
ShowWindow ( ) : void
TranslateAsync ( ) : IEnumerator

Method Details

Begin() protected method

protected Begin ( ) : void
return void

Documentation() protected method

protected Documentation ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnGUI() protected method

protected OnGUI ( ) : void
return void

RemoveNewline() public static method

public static RemoveNewline ( string s ) : string
s string
return string

ShowSetup() protected method

protected ShowSetup ( ) : void
return void

ShowWorking() protected method

protected ShowWorking ( ) : void
return void

Validate() protected method

protected Validate ( ) : void
return void

WriteFile() protected method

protected WriteFile ( LanguageInfo language, string fileName, string>.Dictionary file ) : void
language LanguageInfo
fileName string
file string>.Dictionary
return void

Property Details

Cancel protected_oe property

protected bool Cancel
return bool

FileDone protected_oe property

protected int FileDone
return int

FileName protected_oe property

protected string FileName
return string

FileTotal protected_oe property

protected int FileTotal
return int

IsComplete protected_oe property

protected bool IsComplete
return bool

IsWorking protected_oe property

protected bool IsWorking
return bool

LangDone protected_oe property

protected int LangDone
return int

LangTotal protected_oe property

protected int LangTotal
return int

Language protected_oe property

protected LanguageInfo Language
return LanguageInfo

Options protected_oe property

protected LangOption[] Options
return LangOption[]

Position protected_oe property

protected Vector2,UnityEngine Position
return UnityEngine.Vector2

RootPath protected_oe property

protected string RootPath
return string

StringDone protected_oe property

protected int StringDone
return int

StringTotal protected_oe property

protected int StringTotal
return int