[][src]Crate naia_client

Naia Client

A cross-platform client that can send/receive events to/from a server, and has a pool of in-scope actors that are synced with the server.

Structs

ClientConfig

Contains Config properties which will be used by a Server or Client

Instant

Represents a specific moment in time

LinkConditionerConfig

Contains configuration required to initialize a LinkConditioner

NaiaClient

Client can send/receive events to/from a server, and has a pool of in-scope actors that are synced with the server

Packet

A Packet that can be sent to the Server

Random

Container for cross-platform Random methods

Enums

ClientEvent

An Event that is be emitted by the Client, usually as a result of some communication with the Server

Functions

find_my_ip_address

Helper method to find local IP address, if possible