Method Run
Run()
Runs the build task with the injected context.
선언
public ReturnCode Run()
반환
타입 | 설명 |
---|---|
ReturnCode | The success or failure ReturnCode |
구현
Run(IAddressableAssetsBuildContext, IBundleWriteData)
Runs the build task with a give context and write data.
선언
[Obsolete("This method uses nonoptimized code. Use nonstatic version Run() instead.")]
public static ReturnCode Run(IAddressableAssetsBuildContext aaBuildContext, IBundleWriteData writeData)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IAddressableAssetsBuildContext | aaBuildContext | The addressables build context. |
IBundleWriteData | writeData | The write data used to generate the location lists. |
반환
타입 | 설명 |
---|---|
ReturnCode | The success or failure ReturnCode |