Interface IDataBuilderResult
The result of IDataBuilder.Build.
네임스페이스: UnityEditor.AddressableAssets.Build
어셈블리: solution.dll
구문
public interface IDataBuilderResult
프로퍼티
| 이름 | 설명 |
|---|---|
| Duration | Duration of the build in seconds. |
| Error | Error string, if any. If Succeeded is true, this may be null. |
| FileRegistry | Registry of files created during the build |
| LocationCount | The number of addressable assets contained in the build. |
| OutputPath | Path of runtime settings file |