Interface IDataBuilder
Builds objects of type IDataBuilderResult.
네임스페이스: UnityEditor.AddressableAssets.Build
어셈블리: solution.dll
구문
public interface IDataBuilder
프로퍼티
| 이름 | 설명 |
|---|---|
| Name | The name of the builder, used for GUI. |
메서드
| 이름 | 설명 |
|---|---|
| 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. |