Click or drag to resize

VertexElement Constructor

Initializes a new instance of the VertexElement class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public VertexElement(
	int source,
	int offset,
	VertexElementType type,
	VertexElementSemantic semantic
)

Parameters

source  Int32
 
offset  Int32
 
type  VertexElementType
 
semantic  VertexElementSemantic
 
See Also