C# 클래스 QuickFont.QVertexBuffer

상속: IDisposable
파일 보기 프로젝트 열기: swax/QuickFont 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
VertexCount int

공개 메소드들

메소드 설명
AddVertex ( Vector3 point, Vector3 normal, System.Vector2 textureCoord, int color ) : void
Dispose ( ) : void
Draw ( ) : void
Load ( ) : void
QVertexBuffer ( int textureID ) : System
Reset ( ) : void

메소드 상세

AddVertex() 공개 메소드

public AddVertex ( Vector3 point, Vector3 normal, System.Vector2 textureCoord, int color ) : void
point Vector3
normal Vector3
textureCoord System.Vector2
color int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

QVertexBuffer() 공개 메소드

public QVertexBuffer ( int textureID ) : System
textureID int
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

VertexCount 공개적으로 프로퍼티

public int VertexCount
리턴 int