C# Class SerahToolkit_SharpGL.GF_AlternativeTexture

显示文件 Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Public Properties

Property Type Description
bDebug bool
tex AltTexture

Public Methods

Method Description
DrawMODE1Texture ( ) : Bitmap
GF_AlternativeTexture ( string path ) : System

Private Methods

Method 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 method

public DrawMODE1Texture ( ) : Bitmap
return System.Drawing.Bitmap

GF_AlternativeTexture() public method

public GF_AlternativeTexture ( string path ) : System
path string
return System

Property Details

bDebug public_oe static_oe property

public static bool bDebug
return bool

tex public_oe property

public AltTexture tex
return AltTexture