Photon Quantum 3.0.0

Public Attributes | List of all members
Photon.Deterministic.DeterministicChecksumResult Struct Reference

The data checksum is used to verify the integrity of the simulation. More...

Public Attributes

UInt64 Checksum
 The checksum result. More...
 
Byte Client
 The Photon Actor Id of the client that performed the checksum. More...
 

Detailed Description

The data checksum is used to verify the integrity of the simulation.

Member Data Documentation

◆ Client

Byte Photon.Deterministic.DeterministicChecksumResult.Client

The Photon Actor Id of the client that performed the checksum.

◆ Checksum

UInt64 Photon.Deterministic.DeterministicChecksumResult.Checksum

The checksum result.