Crate bevy_replicon_example_backend

Crate bevy_replicon_example_backend 

Source
Expand description

A simple transport intended only for examples. This transport does not implement any reliability or security features. DO NOT USE in a real project

Structsยง

ConditionerConfig
Configuration for simulating various network conditions.
ExampleClientclient
The socket used by the client.
ExampleServerserver
The socket used by the server.
LinkConditionerPlugin
Adds ConditionerConfig to AppTypeRegistry.
RepliconExampleBackendPlugins
Plugin group for all replicon example backend plugins.
RepliconExampleClientPluginclient
Adds a client messaging backend made for examples to bevy_replicon.
RepliconExampleServerPluginserver
Adds a server messaging backend made for examples to bevy_replicon.