C# Класс AGS.Editor.Components.SpeechComponent

Наследование: AGS.Editor.Components.BaseComponent
Показать файл Открыть проект

Открытые методы

Метод Описание
FromXml ( XmlNode node ) : void
SpeechComponent ( GUIController guiController, AGSEditor agsEditor ) : System
ToXml ( XmlTextWriter writer ) : void

Приватные методы

Метод Описание
AlignPhonemeOffsets ( SpeechLipSyncLine syncDataForThisFile ) : void
CompileLipSyncFiles ( CompileMessages errors ) : void
CompilePamelaFile ( string fileName, CompileMessages errors ) : SpeechLipSyncLine
CompilePapagayoFile ( string fileName, CompileMessages errors ) : SpeechLipSyncLine
ConstructFileListForSpeechVOX ( ) : string[]
ConstructFileListForSyncData ( ) : string[]
DoesTargetFileNeedRebuild ( string targetFile, string filesOnDisk, DateTime>.Dictionary fileStatuses ) : bool
FindFrameNumberForPhoneme ( string phonemeCode ) : int
RawSerialize ( object anything ) : byte[]
ReadFileTimes ( XmlNode node, string elementName, DateTime>.Dictionary fileStatuses ) : void
RebuildVOXFileIfRequired ( string voxFileName, string filesOnDisk, DateTime>.Dictionary sourceFileTimes ) : void
UpdateVOXFileStatusWithCurrentFileTimes ( string filesOnDisk, DateTime>.Dictionary fileStatuses ) : void
WriteFileTimes ( XmlTextWriter writer, string elementName, DateTime>.Dictionary fileStatuses ) : void
_agsEditor_ExtraCompilationStep ( CompileMessages errors ) : void
_agsEditor_ExtraOutputCreationStep ( ) : void
_agsEditor_GetSourceControlFileList ( IList fileNames ) : void

Описание методов

FromXml() публичный метод

public FromXml ( XmlNode node ) : void
node System.Xml.XmlNode
Результат void

SpeechComponent() публичный метод

public SpeechComponent ( GUIController guiController, AGSEditor agsEditor ) : System
guiController GUIController
agsEditor AGSEditor
Результат System

ToXml() публичный метод

public ToXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
Результат void