VertexElementGetSizeInBytes(VertexElementType) Method |
Utility method for helping to calculate offsets.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static int GetSizeInBytes(
VertexElementType type
)
Parameters
- type VertexElementType
- The element type.
Return Value
Int32The type size in bytes.
See Also