Infinity Engine v0.6.20
C++ API Documentation
Loading...
Searching...
No Matches
Infinity::IO Namespace Reference

Namespaces

namespace  Data
 

Enumerations

enum  Filetype { Flatbuffer , YAML }
 Enumeration of supported file formats for serialization and deserialization. More...
 

Enumeration Type Documentation

◆ Filetype

Enumeration of supported file formats for serialization and deserialization.

Defines the file format types that the Infinity Engine can read and write. Different filetypes offer different trade-offs between human-readability, file size, and parsing performance.

Enumerator
Flatbuffer 
YAML