docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ConstructRoot

    ConstructRoot<T>()

    Creates the top-level fields of a single blob asset.

    Declaration
    public ref T ConstructRoot<T>() where T : struct
    Returns
    Type Description
    T

    A reference to the blob data under construction.

    Type Parameters
    Name Description
    T

    A struct that defines the structure of the blob asset.

    Remarks

    This function allocates memory for the top-level fields of a blob asset and returns a reference to it. Use this root reference to initialize field values and to allocate memory for arrays and structs.

    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)