Dojo
Loading...
Searching...
No Matches
Dojo Namespace Reference

Classes

class  Dispatcher
 Dispatcher help class for Unity single threading. More...
 
class  DojoConnection
 Manage networking connections, matches, and user presences. More...
 
class  DojoMessage
 A raw message in Dojo network, transferred in Nakama match. More...
 

Enumerations

enum  DojoNetworkRole { Server = 0 , Viewer = 1 , Player = 2 }
 User role in Dojo network. More...
 

Enumeration Type Documentation

◆ DojoNetworkRole

User role in Dojo network.

Enumerator
Server 

Authoritative server

Viewer 

Human Viewer

Player 

Human Player