docs.unity.cn
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use