Interface IDataBuilder
Builds objects of type IDataBuilderResult.
Namespace: UnityEditor.AddressableAssets.Build
Syntax
public interface IDataBuilder
Properties
| Name | Description |
|---|---|
| Name | The name of the builder, used for GUI. |
Methods
| Name | Description |
|---|---|
| BuildData<TResult>(AddressablesDataBuilderInput) | Build the data of a specific type. |
| CanBuildData<T>() | Can this builder build the type of data requested. |
| ClearCachedData() | Clears all cached data. |