docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ReadPackedFixedString64Delta

    ReadPackedFixedString64Delta(FixedString64Bytes, NetworkCompressionModel)

    Reads a FixedString64Bytes delta value to the data stream using a NetworkCompressionModel.

    Declaration
    public FixedString64Bytes ReadPackedFixedString64Delta(FixedString64Bytes baseline, NetworkCompressionModel model)
    Parameters
    Type Name Description
    FixedString64Bytes baseline

    The previous FixedString64Bytes value, used to compute the diff.

    NetworkCompressionModel model

    NetworkCompressionModel model for writing value in a packed manner.

    Returns
    Type Description
    FixedString64Bytes

    A FixedString64Bytes value read from the current stream, or 0 if the end of the stream has been reached.

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