Expand description
Groups all systems and data structures related to the logical concept of a “Scene”.
A scene in Khora is a collection of entities, components, and their relationships that form a coherent part of the application’s world. This module provides the tools for defining, manipulating, and persisting these scenes.
Structs§
- Scene
File - A logical representation of a full scene file in memory.
- Scene
Header - The fixed-size header at the beginning of every Khora scene file.
Enums§
- Scene
File Error - An error that can occur when parsing a
SceneFilefrom bytes. - Serialization
Goal - Defines the developer’s high-level intention for a serialization operation.
Constants§
- HEADER_
MAGIC_ BYTES - A unique byte sequence to identify Khora Scene Files. (“KHORASCN”).