Click or drag to resize

VertexLayoutSkip Method

Skips the specified number of bytes in the vertex stream.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public VertexLayout Skip(
	int count
)

Parameters

count  Int32
The number of bytes to skip.

Return Value

VertexLayout
This instance, for use in a fluent API.
See Also