C# Class SerahToolkit_SharpGL.BattleStage

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

Méthodes publiques

Méthode Description
BattleStage ( string path ) : System
DumpRaw ( int offset, string savePath, int nextOffset = -1 ) : void
GetArrayOfObjects ( ) : int[]
GetLastTim ( ) : int
GetTexture ( ) : Bitmap
GetTextureRes ( ) : int>.Tuple
GetUVpoints ( int offset, string stagePath, int lastKnownTim ) : Tuple,List,int>
Process ( bool generateTexture = false, bool bUpdating = false ) : void

Private Methods

Méthode Description
Process_Step ( bool bTriangle, int off ) : void
ResolveClut ( byte buffer ) : int
ResolveTex ( ) : void
SearchObjects ( ) : void
SetupMtl ( ) : void

Method Details

BattleStage() public méthode

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

DumpRaw() public méthode

public DumpRaw ( int offset, string savePath, int nextOffset = -1 ) : void
offset int
savePath string
nextOffset int
Résultat void

GetArrayOfObjects() public méthode

public GetArrayOfObjects ( ) : int[]
Résultat int[]

GetLastTim() public méthode

public GetLastTim ( ) : int
Résultat int

GetTexture() public méthode

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

GetTextureRes() public méthode

public GetTextureRes ( ) : int>.Tuple
Résultat int>.Tuple

GetUVpoints() public méthode

public GetUVpoints ( int offset, string stagePath, int lastKnownTim ) : Tuple,List,int>
offset int
stagePath string
lastKnownTim int
Résultat Tuple,List,int>

Process() public méthode

public Process ( bool generateTexture = false, bool bUpdating = false ) : void
generateTexture bool
bUpdating bool
Résultat void