Crate naia_bevy_shared

source ·

Structs

Enums

Constants

Traits

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 Channel trait for a given struct
  • Derives the Message trait for a given struct, for the Bevy adapter
  • Derives the Replicate trait for a given struct, for the Bevy adapter