Method DoBuild
DoBuild<TResult>(AddressablesDataBuilderInput, AddressableAssetsBuildContext)
The method that does the actual building after all the groups have been processed.
Declaration
protected virtual TResult DoBuild<TResult>(AddressablesDataBuilderInput builderInput, AddressableAssetsBuildContext aaContext) where TResult : IDataBuilderResult
Parameters
| Type | Name | Description | 
|---|---|---|
| AddressablesDataBuilderInput | builderInput | The generic builderInput of the  | 
    
| AddressableAssetsBuildContext | aaContext | Addressables context object  | 
    
Returns
| Type | Description | 
|---|---|
| TResult | The IDataBuilderResult produced by the build  | 
    
Type Parameters
| Name | Description | 
|---|---|
| TResult | The type of IDataBuilderResult object to be produced by the build  |