C# Class SerahToolkit_SharpGL.GfEnviro

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

Méthodes publiques

Свойство Type Description
OnlyVertex bool
bForceNotDraw bool

Méthodes publiques

Méthode Description
GfEnviro ( string path ) : System
PopulateOffsets ( ) : uint[]
ProcessGf ( int offset ) : void

Private Methods

Méthode Description
GetPolygon ( int offset ) : int
ProcessVertices ( int effectiveOffset, int length ) : void

Method Details

GfEnviro() public méthode

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

PopulateOffsets() public méthode

public PopulateOffsets ( ) : uint[]
Résultat uint[]

ProcessGf() public méthode

public ProcessGf ( int offset ) : void
offset int
Résultat void

Property Details

OnlyVertex public_oe property

public bool OnlyVertex
Résultat bool

bForceNotDraw public_oe property

public bool bForceNotDraw
Résultat bool