Crate naia_bevy_server

Source

Modules§

default_channels
events
transport

Structs§

BigMap
BitReader
BitWriter
ClientOwned
FileBitWriter
Plugin
Random
Container for cross-platform Random methods
ReceiveEvents
ResponseReceiveKey
RoomKey
SerdeErr
The error message when failing to serialize/deserialize to/from the bit stream.
Server
ServerConfig
Contains Config properties which will be used by the Server
UserKey

Enums§

EntityAuthStatus
ReplicationConfig

Traits§

BigMapKey
BitWrite
CommandsExt
ConstBitLength
Replicate
A struct that implements Replicate is a Component, or otherwise, a container of Properties that can be scoped, tracked, and synced, with a remote host
Serde
A trait for objects that can be serialized to a bitstream.

Type Aliases§

ServerOwned
SignedInteger
SignedVariableInteger
Tick
UnsignedInteger
UnsignedVariableInteger

Derive Macros§

Replicate
Derives the Replicate trait for a given struct, for the Bevy adapter
Serde