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 |
---|---|
Build |
Build the data of a specific type. |
Can |
Can this builder build the type of data requested. |
Clear |
Clears all cached data. |