Back to API Reference
Enum
FileTextBackend
How the loader reaches the file's bytes.
public static readonly FileTextBackend Auto = 0Memory-map when the platform proves it at construction; otherwise chunked reads.
public static readonly FileTextBackend ChunkedRead = 1public static readonly FileTextBackend MemoryMapped = 2