Method ConstructRoot
ConstructRoot<T>()
Creates the top-level fields of a single blob asset.
Declaration
public ref T ConstructRoot<T>() where T : structReturns
| 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.