docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WriteBits

    WriteBits(ulong, uint)

    Write s certain amount of bits to the stream.

    Declaration
    public void WriteBits(ulong value, uint bitCount)
    Parameters
    Type Name Description
    ulong value

    Value to get bits from.

    uint bitCount

    Amount of bits to write

    WriteBits(byte, uint)

    Write bits to stream.

    Declaration
    public void WriteBits(byte value, uint bitCount)
    Parameters
    Type Name Description
    byte value

    Value to get bits from.

    uint bitCount

    Amount of bits to write.

    In This Article
    Back to top
    Copyright © 2024 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)