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

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

공개 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

VerticePT() 공개 메소드

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

프로퍼티 상세

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

public static InputElement[] InputElementsValue
리턴 InputElement[]

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

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

public static int StrideValue
리턴 int

Tex 공개적으로 프로퍼티

public Vector2 Tex
리턴 Vector2