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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public VertexLayout Skip(
	int count
)

Parameters

count
Type: SystemInt32
The number of bytes to skip.

Return Value

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