C# 클래스 Examples.Tutorial.SimpleGeometryShader2.VertexPositionNormalTexture

파일 보기 프로젝트 열기: tpb3d/TPB3D

공개 프로퍼티들

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

공개 메소드들

메소드 설명
VertexPositionNormalTexture ( Vector3 position, Vector3 normal, System.Vector2 texture ) : System

메소드 상세

VertexPositionNormalTexture() 공개 메소드

public VertexPositionNormalTexture ( Vector3 position, Vector3 normal, System.Vector2 texture ) : System
position Vector3
normal Vector3
texture System.Vector2
리턴 System

프로퍼티 상세

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

Texture 공개적으로 프로퍼티

public Vector2,System Texture
리턴 System.Vector2