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

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
InputElementsValue InputElement[]
Normal Vector3
Position Vector3
StrideValue int
Tex Vector2

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VerticePNT ( Vector3 p, Vector3 n, Vector2 t ) : System.Runtime.InteropServices

Method Details

VerticePNT() public méthode

public VerticePNT ( Vector3 p, Vector3 n, Vector2 t ) : System.Runtime.InteropServices
p Vector3
n Vector3
t Vector2
Résultat System.Runtime.InteropServices

Property Details

InputElementsValue public_oe static_oe property

public static InputElement[] InputElementsValue
Résultat InputElement[]

Normal public_oe property

public Vector3 Normal
Résultat Vector3

Position public_oe property

public Vector3 Position
Résultat Vector3

StrideValue public_oe static_oe property

public static int StrideValue
Résultat int

Tex public_oe property

public Vector2 Tex
Résultat Vector2