Crate naia_bevy_client

source ·

Modules

Structs

Enums

Traits

  • 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

Functions

  • Returns whether or not a wrapping number is greater than another sequence_greater_than(2,1) will return true sequence_greater_than(1,2) will return false sequence_greater_than(1,1) will return false

Type Aliases

Derive Macros

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