C# Class SerahToolkit_SharpGL.StageTexture

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

Méthodes publiques

Méthode Description
CopyTextureBuffer ( byte buffer ) : void
CreatePalettedTex ( int cluTid, byte buffer ) : void
GetBmp ( ) : Bitmap
StageTexture ( int index, int width, int height ) : System

Private Methods

Méthode Description
CreateTexture ( ) : void

Method Details

CopyTextureBuffer() public méthode

public CopyTextureBuffer ( byte buffer ) : void
buffer byte
Résultat void

CreatePalettedTex() public méthode

public CreatePalettedTex ( int cluTid, byte buffer ) : void
cluTid int
buffer byte
Résultat void

GetBmp() public méthode

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

StageTexture() public méthode

public StageTexture ( int index, int width, int height ) : System
index int
width int
height int
Résultat System