C# 클래스 cleanCore.D3D.PositionColored

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

공개 프로퍼티들

프로퍼티 타입 설명
Color int
FVF VertexFormat
Position System.Vector3
Stride int

공개 메소드들

메소드 설명
PositionColored ( System.Vector3 pos, int col ) : System

메소드 상세

PositionColored() 공개 메소드

public PositionColored ( System.Vector3 pos, int col ) : System
pos System.Vector3
col int
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public int Color
리턴 int

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

public static VertexFormat FVF
리턴 VertexFormat

Position 공개적으로 프로퍼티

public Vector3,System Position
리턴 System.Vector3

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

public static int Stride
리턴 int