Ditto 2.0.0-alpha1
Public Member Functions | Static Public Member Functions | Properties | List of all members
DittoSDK.DittoGlobal Class Reference

Configuration for all network transports. More...

Inheritance diagram for DittoSDK.DittoGlobal:

Public Member Functions

override bool Equals (object obj)
 
bool Equals (DittoGlobal other)
 
override int GetHashCode ()
 
DittoGlobal Copy ()
 Creates a deep copy of the config object. More...
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (DittoGlobal left, DittoGlobal right)
 
static bool operator!= (DittoGlobal left, DittoGlobal right)
 

Properties

uint SyncGroup = 0 [get, set]
 

Detailed Description

Configuration for all network transports.

Member Function Documentation

◆ Copy()

DittoGlobal DittoSDK.DittoGlobal.Copy ( )
inline

Creates a deep copy of the config object.

Returns
A new, equivalent DittoGlobal instance.