C# Class AcTools.Render.Base.Structs.InputLayouts.VerticePNT

Show file Open project: gro-ove/actools

Public Properties

Property Type Description
InputElementsValue InputElement[]
Normal Vector3
Position Vector3
StrideValue int
Tex Vector2

Private Properties

Property Type Description

Public Methods

Method Description
VerticePNT ( Vector3 p, Vector3 n, Vector2 t ) : System.Runtime.InteropServices

Method Details

VerticePNT() public method

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

Property Details

InputElementsValue public static property

public static InputElement[] InputElementsValue
return InputElement[]

Normal public property

public Vector3 Normal
return Vector3

Position public property

public Vector3 Position
return Vector3

StrideValue public static property

public static int StrideValue
return int

Tex public property

public Vector2 Tex
return Vector2