Module bones_framework::networking::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§
- Dense input for network replication.
- Extension of
InputCollectorexposing dense control for networking. - Define input types used by game for use in networking.
- Trait allowing for creating and applying
DenseInputfrom control. - Required for use of
PlayerControlsin networking.