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ยง
- Dense
Input - Dense input for network replication.
- Network
Input Collector - Extension of
InputCollectorexposing dense control for networking. - Network
Input Config - Define input types used by game for use in networking.
- Network
Player Control - Trait allowing for creating and applying
DenseInputfrom control. - Network
Player Controls - Required for use of
PlayerControlsin networking.