Expand description
§Lightyear IO
Low-level IO primitives for the lightyear networking library. This crate provides abstractions for sending and receiving raw bytes over the network.
Modules§
- client
- Module to handle client inputs
- config
- input_
buffer - The InputBuffer contains a history of the ActionState for each tick.
- input_
message - plugin
- Plugin to register and handle user inputs.
- prelude
- server
- Handle input messages received from the clients
Structs§
- Input
Channel - Default channel to send inputs from client to server. This is a Sequenced Unreliable channel. A marker struct for the default channel used to send inputs from client to server.