A* Pathfinding Project  4.1.26
The A* Pathfinding Project for Unity 3D
Checksum Class Reference

Calculates checksums of byte arrays. More...

Detailed Description

Calculates checksums of byte arrays.

Static Public Member Functions

static uint GetChecksum (byte[] arr, uint hash)
 Calculate checksum for the byte array starting from a previous values. More...
 

Member Function Documentation

◆ GetChecksum()

static uint GetChecksum ( byte []  arr,
uint  hash 
)
static

Calculate checksum for the byte array starting from a previous values.

Useful if data is split up between several byte arrays


The documentation for this class was generated from the following file: