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

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

공개 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

VerticePNTG() 공개 메소드

public VerticePNTG ( Vector3 p, Vector3 n, Vector2 t, Vector3 g ) : System.Runtime.InteropServices
p Vector3
n Vector3
t Vector2
g Vector3
리턴 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

Tangent 공개적으로 프로퍼티

public Vector3 Tangent
리턴 Vector3

Tex 공개적으로 프로퍼티

public Vector2 Tex
리턴 Vector2