Skip to main content

Crate lightyear_deterministic_replication

Crate lightyear_deterministic_replication 

Source
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 between client and server
prelude
Commonly used items from the lightyear_core crate.

Structs§

Deterministic
Marker component that indicates that this entity is deterministic. It is not updated via state, but only via inputs.