Module input

Module input 

Source
Expand description

Input traits required by networking. These traits are networking specific, either only used in networking, or extending other traits from crate::input for networking.

Traitsยง

DenseInput
Dense input for network replication.
NetworkInputCollector
Extension of InputCollector exposing dense control for networking.
NetworkInputConfig
Define input types used by game for use in networking.
NetworkPlayerControl
Trait allowing for creating and applying DenseInput from control.
NetworkPlayerControls
Required for use of PlayerControls in networking.