C# Class Ass2Srt.AssWriter

Afficher le fichier Open project: dxcheng25/AssToolkit Class Usage Examples

Méthodes publiques

Méthode Description
AssWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
WriteAssFile ( string strAssDescription, string strAssDialogues ) : bool

Private Methods

Méthode Description
CreateFolder ( ) : void

Method Details

AssWriter() public méthode

public AssWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
strFolderPath string
strFileNameWithoutExtension string
type int
Résultat System

WriteAssFile() public méthode

public WriteAssFile ( string strAssDescription, string strAssDialogues ) : bool
strAssDescription string
strAssDialogues string
Résultat bool