C# 클래스 OOGL.GUI.VertexStructures.PositionTexture

파일 보기 프로젝트 열기: tpb3d/TPB3D 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( BeginMode beginMode, PositionTexture vertexData, uint handleTexture ) : void
PositionTexture ( Vector3 vertex, System.Vector2 texture ) : System
PositionTexture ( float x, float y, float z, float s, float t ) : System

메소드 상세

Draw() 공개 정적인 메소드

public static Draw ( BeginMode beginMode, PositionTexture vertexData, uint handleTexture ) : void
beginMode BeginMode
vertexData PositionTexture
handleTexture uint
리턴 void

PositionTexture() 공개 메소드

public PositionTexture ( Vector3 vertex, System.Vector2 texture ) : System
vertex Vector3
texture System.Vector2
리턴 System

PositionTexture() 공개 메소드

public PositionTexture ( float x, float y, float z, float s, float t ) : System
x float
y float
z float
s float
t float
리턴 System