Method Init
Init(AddressableAssetsBuildContext, AddressablesDataBuilderInput, BuildContext, IDataBuilder)
Initialize the schema builder.
Declaration
public void Init(AddressableAssetsBuildContext aaContext, AddressablesDataBuilderInput builderInput, BuildContext buildContext, IDataBuilder dataBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetsBuildContext | aaContext | The Addressable Asset context used to build the schema data. |
| AddressablesDataBuilderInput | builderInput | The build input from the data builder that is running the build. |
| BuildContext | buildContext | The Scriptable Build Pipeline context used during the build. |
| IDataBuilder | dataBuilder | A reference to the parent data builder script. |