C# 클래스 Vocaluxe.Lib.Draw.CDirect3D.TexturedColoredVertex

파일 보기 프로젝트 열기: stsundermann/Vocaluxe

공개 프로퍼티들

프로퍼티 타입 설명
Color int
Elements VertexElement[]
Position System.Vector3
Texture System.Vector2

공개 메소드들

메소드 설명
GetDeclaration ( Device device ) : VertexDeclaration
TexturedColoredVertex ( System.Vector3 position, System.Vector2 texture, int color ) : System

메소드 상세

GetDeclaration() 공개 정적인 메소드

public static GetDeclaration ( Device device ) : VertexDeclaration
device Device
리턴 VertexDeclaration

TexturedColoredVertex() 공개 메소드

public TexturedColoredVertex ( System.Vector3 position, System.Vector2 texture, int color ) : System
position System.Vector3
texture System.Vector2
color int
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public int Color
리턴 int

Elements 공개적으로 정적으로 프로퍼티

public static VertexElement[] Elements
리턴 VertexElement[]

Position 공개적으로 프로퍼티

public Vector3,System Position
리턴 System.Vector3

Texture 공개적으로 프로퍼티

public Vector2,System Texture
리턴 System.Vector2