C# 클래스 SerahToolkit_SharpGL.GfEnviro

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

공개 프로퍼티들

프로퍼티 타입 설명
OnlyVertex bool
bForceNotDraw bool

공개 메소드들

메소드 설명
GfEnviro ( string path ) : System
PopulateOffsets ( ) : uint[]
ProcessGf ( int offset ) : void

비공개 메소드들

메소드 설명
GetPolygon ( int offset ) : int
ProcessVertices ( int effectiveOffset, int length ) : void

메소드 상세

GfEnviro() 공개 메소드

public GfEnviro ( string path ) : System
path string
리턴 System

PopulateOffsets() 공개 메소드

public PopulateOffsets ( ) : uint[]
리턴 uint[]

ProcessGf() 공개 메소드

public ProcessGf ( int offset ) : void
offset int
리턴 void

프로퍼티 상세

OnlyVertex 공개적으로 프로퍼티

public bool OnlyVertex
리턴 bool

bForceNotDraw 공개적으로 프로퍼티

public bool bForceNotDraw
리턴 bool