C# 클래스 Assets.Foundation.Localization.Editor.YandexTranslator

http://api.yandex.com/translate/doc/dg/concepts/api-overview.xml
상속: EditorWindow
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
RemoveNewline ( string s ) : string

보호된 메소드들

메소드 설명
Begin ( ) : void
Documentation ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
ShowSetup ( ) : void
ShowWorking ( ) : void
Validate ( ) : void
WriteFile ( LanguageInfo language, string fileName, string>.Dictionary file ) : void

비공개 메소드들

메소드 설명
Deserialize ( WWW www ) : string
GetTranslation ( LanguageInfo lang, string s ) : WWW
ShowWindow ( ) : void
TranslateAsync ( ) : IEnumerator

메소드 상세

Begin() 보호된 메소드

protected Begin ( ) : void
리턴 void

Documentation() 보호된 메소드

protected Documentation ( ) : void
리턴 void

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

OnGUI() 보호된 메소드

protected OnGUI ( ) : void
리턴 void

RemoveNewline() 공개 정적인 메소드

public static RemoveNewline ( string s ) : string
s string
리턴 string

ShowSetup() 보호된 메소드

protected ShowSetup ( ) : void
리턴 void

ShowWorking() 보호된 메소드

protected ShowWorking ( ) : void
리턴 void

Validate() 보호된 메소드

protected Validate ( ) : void
리턴 void

WriteFile() 보호된 메소드

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

프로퍼티 상세

Cancel 보호되어 있는 프로퍼티

protected bool Cancel
리턴 bool

FileDone 보호되어 있는 프로퍼티

protected int FileDone
리턴 int

FileName 보호되어 있는 프로퍼티

protected string FileName
리턴 string

FileTotal 보호되어 있는 프로퍼티

protected int FileTotal
리턴 int

IsComplete 보호되어 있는 프로퍼티

protected bool IsComplete
리턴 bool

IsWorking 보호되어 있는 프로퍼티

protected bool IsWorking
리턴 bool

LangDone 보호되어 있는 프로퍼티

protected int LangDone
리턴 int

LangTotal 보호되어 있는 프로퍼티

protected int LangTotal
리턴 int

Language 보호되어 있는 프로퍼티

protected LanguageInfo Language
리턴 LanguageInfo

Options 보호되어 있는 프로퍼티

protected LangOption[] Options
리턴 LangOption[]

Position 보호되어 있는 프로퍼티

protected Vector2,UnityEngine Position
리턴 UnityEngine.Vector2

RootPath 보호되어 있는 프로퍼티

protected string RootPath
리턴 string

StringDone 보호되어 있는 프로퍼티

protected int StringDone
리턴 int

StringTotal 보호되어 있는 프로퍼티

protected int StringTotal
리턴 int