Table of Contents

Enum StreamWhence

Namespace
Sdl3Sharp.IO
Assembly
Sdl3Sharp.dll

Represents the reference point for seeking inside of a Stream

public enum StreamWhence

Fields

Current = 1

Seek relative to the current position inside of the stream

End = 2

Seek relative to the end of the stream

Set = 0

Seek from the beginning of the stream