C# Class GOBFile, DarkForcesUnity

Inheritance: System.IDisposable
Afficher le fichier Open project: joeriedel/DarkForcesUnity Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Find ( string name ) : File
Open ( string path ) : GOBFile,

Private Methods

Méthode Description
GOBFile ( ) : System.Collections.Generic

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Find() public méthode

public Find ( string name ) : File
name string
Résultat File

Open() public static méthode

public static Open ( string path ) : GOBFile,
path string
Résultat GOBFile,