C# 클래스 AcTools.Render.Base.Structs.InputLayouts.VerticePNT

파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
InputElementsValue InputElement[]
Normal Vector3
Position Vector3
StrideValue int
Tex Vector2

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
VerticePNT ( Vector3 p, Vector3 n, Vector2 t ) : System.Runtime.InteropServices

메소드 상세

VerticePNT() 공개 메소드

public VerticePNT ( Vector3 p, Vector3 n, Vector2 t ) : System.Runtime.InteropServices
p Vector3
n Vector3
t Vector2
리턴 System.Runtime.InteropServices

프로퍼티 상세

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

public static InputElement[] InputElementsValue
리턴 InputElement[]

Normal 공개적으로 프로퍼티

public Vector3 Normal
리턴 Vector3

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

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

public static int StrideValue
리턴 int

Tex 공개적으로 프로퍼티

public Vector2 Tex
리턴 Vector2