C# 클래스 idTech4.Renderer.Vertex

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
Normal Vector3
Position Vector3
TextureCoordinates Vector2

공개 메소드들

메소드 설명
Clear ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

Normal 공개적으로 프로퍼티

public Vector3 Normal
리턴 Vector3

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

TextureCoordinates 공개적으로 프로퍼티

public Vector2 TextureCoordinates
리턴 Vector2