Interface IDataBuilder
Builds objects of type IDataBuilderResult.
Namespace: UnityEditor.AddressableAssets.Build
Assembly: Unity.Addressables.Editor.dll
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.  |