C# 클래스 VSViewer.Rendering.InputVertex

파일 보기 프로젝트 열기: MercurialForge/VSViewer

공개 프로퍼티들

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

공개 메소드들

메소드 설명
InputVertex ( System.Vector3 p, System.Vector2 t ) : System
SetToZero ( ) : void

메소드 상세

InputVertex() 공개 메소드

public InputVertex ( System.Vector3 p, System.Vector2 t ) : System
p System.Vector3
t System.Vector2
리턴 System

SetToZero() 공개 메소드

public SetToZero ( ) : void
리턴 void

프로퍼티 상세

Position 공개적으로 프로퍼티

public Vector3,System Position
리턴 System.Vector3

Texture 공개적으로 프로퍼티

public Vector2,System Texture
리턴 System.Vector2