Skip to main content

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 for a connected client on the server.
ExampleClientclient
The socket used by the client.
ExampleServerserver
The socket used by the server.
GlobalConditionerConfig
Configuration for simulating various network conditions.
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.