Click or drag to resize

StandardVertexComponents Enumeration

The enumeration to specify vertex structure.

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