C# 클래스 Tutorial19.TessellationVertex

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

공개 프로퍼티들

프로퍼티 타입 설명
Position System.Vector3
Texture System.Vector2

공개 메소드들

메소드 설명
TessellationVertex ( float x, float y, float z, float tu, float tv ) : System

메소드 상세

TessellationVertex() 공개 메소드

public TessellationVertex ( float x, float y, float z, float tu, float tv ) : System
x float
y float
z float
tu float
tv float
리턴 System

프로퍼티 상세

Position 공개적으로 프로퍼티

public Vector3,System Position
리턴 System.Vector3

Texture 공개적으로 프로퍼티

public Vector2,System Texture
리턴 System.Vector2