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 public VertexLayout Skip(
int count
)
Parameters
- count
- Type: SystemInt32
The number of bytes to skip.
Return Value
Type:
VertexLayoutThis instance, for use in a fluent API.
See Also