C# 클래스 SerahToolkit_SharpGL.StageTexture

파일 보기 프로젝트 열기: MaKiPL/FF8-Rinoa-s-Toolset 1 사용 예제들

공개 메소드들

메소드 설명
CopyTextureBuffer ( byte buffer ) : void
CreatePalettedTex ( int cluTid, byte buffer ) : void
GetBmp ( ) : Bitmap
StageTexture ( int index, int width, int height ) : System

비공개 메소드들

메소드 설명
CreateTexture ( ) : void

메소드 상세

CopyTextureBuffer() 공개 메소드

public CopyTextureBuffer ( byte buffer ) : void
buffer byte
리턴 void

CreatePalettedTex() 공개 메소드

public CreatePalettedTex ( int cluTid, byte buffer ) : void
cluTid int
buffer byte
리턴 void

GetBmp() 공개 메소드

public GetBmp ( ) : Bitmap
리턴 System.Drawing.Bitmap

StageTexture() 공개 메소드

public StageTexture ( int index, int width, int height ) : System
index int
width int
height int
리턴 System