Expand description
§Lightyear Core
This crate provides fundamental types and utilities shared across the Lightyear networking library. It includes core concepts such as:
- Ticking and time management (
tick,time,timeline). - Network identifiers and abstractions (
network,id). - History buffers for state management (
history_buffer). - Core plugin structures (
plugin).
Modules§
- messages
- Messages exchanged betwen client and server
- prelude
- Commonly used items from the
lightyear_corecrate.
Structs§
- Deterministic
- Marker component that indicates that this entity is deterministic. It is not updated via state, but only via inputs.