Click or drag to resize

VertexElementGetSizeInBytes(VertexElementType) Method

Utility method for helping to calculate offsets.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static int GetSizeInBytes(
	VertexElementType type
)

Parameters

type  VertexElementType
The element type.

Return Value

Int32
The type size in bytes.
See Also