Method Init
Init(AddressableAssetsBuildContext, AddressablesDataBuilderInput, BuildContext, IDataBuilder)
Initializes the build context and prepares internal data structures for processing.
Declaration
public void Init(AddressableAssetsBuildContext aaContext, AddressablesDataBuilderInput builderInput, BuildContext buildContext, IDataBuilder dataBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetsBuildContext | aaContext | The AddressableAssetsBuildContext containing the build context information. |
| AddressablesDataBuilderInput | builderInput | The input parameters for the Addressables data builder. |
| BuildContext | buildContext | The Scriptable Build Pipeline build context. |
| IDataBuilder | dataBuilder | The IDataBuilder responsible for managing the data building process. |