Expand description
Virtual File System (VFS) module for fast, in-memory asset metadata access.
This module provides the VirtualFileSystem
struct, which loads and manages
an index of asset metadata for efficient runtime queries. It is designed to
support asset loading and management by offering O(1) lookups of asset metadata
using asset UUIDs. The VFS is typically initialized from a packed binary index
file and serves as the primary source of truth for asset metadata in the engine.
Structsยง
- Virtual
File System - The runtime representation of the asset index (
index.bin
).