docs.unity3d.com
    Show / Hide Table of Contents

    Enum 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

    Namespace: Unity.Netcode
    Syntax
    public enum HashSize : byte

    Fields

    Name Description Value
    VarIntFourBytes

    Four byte hash


    0
    VarIntEightBytes

    Eight byte hash


    1
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023