C# Class SerahToolkit_SharpGL.GF_AlternativeTexture

Afficher le fichier Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Méthodes publiques

Свойство Type Description
bDebug bool
tex AltTexture

Méthodes publiques

Méthode Description
DrawMODE1Texture ( ) : Bitmap
GF_AlternativeTexture ( string path ) : System

Private Methods

Méthode Description
CloseAll ( ) : void
Debug_DumpPalette ( ) : void
DrawTexture ( uint i, bool bLast, int ResolutionMode ) : Bitmap
OpenFile ( ) : void
TestResolutions ( int width ) : int
Valid ( ) : bool

Method Details

DrawMODE1Texture() public méthode

public DrawMODE1Texture ( ) : Bitmap
Résultat System.Drawing.Bitmap

GF_AlternativeTexture() public méthode

public GF_AlternativeTexture ( string path ) : System
path string
Résultat System

Property Details

bDebug public_oe static_oe property

public static bool bDebug
Résultat bool

tex public_oe property

public AltTexture tex
Résultat AltTexture