Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 567 Bytes

File metadata and controls

42 lines (24 loc) · 567 Bytes
id Unity.Netcode.HashSize
title Unity.Netcode.HashSize

Represents the length of a var int encoded hash Note that the HashSize does not say anything about the actual final output due to the var int encoding It just says how many bytes the maximum will be

Syntax
public enum HashSize : byte

Fields

Name

Description

VarIntEightBytes

Eight byte hash

VarIntFourBytes

Four byte hash