C# Class Ass2Srt.AssReader

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

Méthodes publiques

Méthode Description
AssReader ( string filePath ) : System
IsValid ( ) : bool
ReadDescription ( ) : string
ReadDialogues ( ) : string

Method Details

AssReader() public méthode

public AssReader ( string filePath ) : System
filePath string
Résultat System

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

ReadDescription() public méthode

public ReadDescription ( ) : string
Résultat string

ReadDialogues() public méthode

public ReadDialogues ( ) : string
Résultat string