C# Class SerahToolkit_SharpGL.GfEnviro

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

Public Properties

Property Type Description
OnlyVertex bool
bForceNotDraw bool

Public Methods

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

Private Methods

Method Description
GetPolygon ( int offset ) : int
ProcessVertices ( int effectiveOffset, int length ) : void

Method Details

GfEnviro() public method

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

PopulateOffsets() public method

public PopulateOffsets ( ) : uint[]
return uint[]

ProcessGf() public method

public ProcessGf ( int offset ) : void
offset int
return void

Property Details

OnlyVertex public_oe property

public bool OnlyVertex
return bool

bForceNotDraw public_oe property

public bool bForceNotDraw
return bool