Skips the specified number of bytes in the vertex stream.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic VertexLayout Skip(
int count
)
Parameters
- count Int32
- The number of bytes to skip.
Return Value
VertexLayoutThis instance, for use in a fluent API.
See Also