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 |
Returns
Type | Description |
---|---|
TResult |
Type Parameters
Name | Description |
---|---|
TResult |