docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Write

    Write<U>(U, BlobBuilder, int)

    Writes the blob data to a path with serialized version.

    Declaration
    public static void Write<U>(U writer, BlobBuilder builder, int version) where U : BinaryWriter
    Parameters
    Type Name Description
    U writer

    The binary writer to write the blob with.

    BlobBuilder builder

    The BlobBuilder containing the blob to write.

    int version

    Serialized version number of the blob data.

    Type Parameters
    Name Description
    U

    The type of binary writer

    Write(BlobBuilder, string, int)

    Writes the blob data to a path with serialized version.

    Declaration
    public static void Write(BlobBuilder builder, string path, int version)
    Parameters
    Type Name Description
    BlobBuilder builder

    The BlobBuilder containing the blob to write.

    string path

    The path to write the blob data.

    int version

    Serialized version number of the blob data.

    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)