Click or drag to resize

StandardVertexComponents Enumeration

The enumeration to specify vertex structure.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
[FlagsAttribute]
public enum Components
Members
Member nameValueDescription
Position1 
Normal2 
Tangent4 
Color8 
TexCoord016 
StaticOneTexCoord31 
TexCoord132 
TexCoord264 
TexCoord3128 
BlendIndices256 
BlendWeights512 
All1,023 
See Also