C# Class FilesFinder2.FilesFinder

Afficher le fichier Open project: ZeroK-RTS/SpringRTS-Tools Class Usage Examples

Méthodes publiques

Méthode Description
CopyTo ( string destination ) : string
FilesFinder ( string unitName, ModInfo mod ) : System
FixPath ( string path ) : string
GetS3oTextures ( string filepath ) : IEnumerable
Print ( ) : void

Private Methods

Méthode Description
CopyFile ( string filePath, string destinationFolder ) : void
CopyFiles ( IEnumerable filePaths, string destinationFolder ) : void
FilesFinder ( ) : System
Get3doTextures ( string filePath ) : IEnumerable
GetS3oTexture ( BinaryReader br, int start, int end ) : string
ProcessUnitFile ( ) : void

Method Details

CopyTo() public méthode

public CopyTo ( string destination ) : string
destination string
Résultat string

FilesFinder() public méthode

public FilesFinder ( string unitName, ModInfo mod ) : System
unitName string
mod ModInfo
Résultat System

FixPath() public static méthode

public static FixPath ( string path ) : string
path string
Résultat string

GetS3oTextures() public static méthode

public static GetS3oTextures ( string filepath ) : IEnumerable
filepath string
Résultat IEnumerable

Print() public méthode

public Print ( ) : void
Résultat void