Package-level declarations

Types

Link copied to clipboard
class PrefabByReferenceSerializer : KSerializer<Entity>

Allows us to serialize entity types to a reference to ones actually registered in the system. This is used to load the static entity type when we decode components from an in-game entity.

Link copied to clipboard
object PrefabKeySerializer : KSerializer<PrefabKey>