docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method crc32_u16

    crc32_u16(uint, ushort)

    Starting with the initial value in crc, accumulates a CRC32 value for unsigned 16-bit integer v, and stores the result in dst.

    Declaration
    public static uint crc32_u16(uint crc, ushort v)
    Parameters
    Type Name Description
    uint crc

    Initial value

    ushort v

    Unsigned 16-bit integer

    Returns
    Type Description
    uint

    Result

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)