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

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
Color Vector4
InputElementsValue InputElement[]
Position Vector3
StrideValue int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VerticePC ( Vector3 p, Vector4 c ) : System.Runtime.InteropServices

Method Details

VerticePC() public méthode

public VerticePC ( Vector3 p, Vector4 c ) : System.Runtime.InteropServices
p Vector3
c Vector4
Résultat System.Runtime.InteropServices

Property Details

Color public_oe property

public Vector4 Color
Résultat Vector4

InputElementsValue public_oe static_oe property

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

Position public_oe property

public Vector3 Position
Résultat Vector3

StrideValue public_oe static_oe property

public static int StrideValue
Résultat int