C# 클래스 idTech4.Text.idMapPatch

상속: idMapPrimitive
파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( idLexer lexer, Vector3 origin, bool patchDef3 = true, float version = idMapFile.CurrentMapVersion ) : idMapPatch
SetVertex ( int index, Vertex vertex ) : void
idMapPatch ( ) : System
idMapPatch ( int maxWidth, int maxHeight ) : System

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( idLexer lexer, Vector3 origin, bool patchDef3 = true, float version = idMapFile.CurrentMapVersion ) : idMapPatch
lexer idLexer
origin Vector3
patchDef3 bool
version float
리턴 idMapPatch

SetVertex() 공개 메소드

public SetVertex ( int index, Vertex vertex ) : void
index int
vertex idTech4.Renderer.Vertex
리턴 void

idMapPatch() 공개 메소드

public idMapPatch ( ) : System
리턴 System

idMapPatch() 공개 메소드

public idMapPatch ( int maxWidth, int maxHeight ) : System
maxWidth int
maxHeight int
리턴 System