Method Run
Run(IAddressableAssetsBuildContext, ContentUpdateContext)
Reverts asset entries to their previous state if not modified by the new build.
선언
public static ReturnCode Run(IAddressableAssetsBuildContext aaBuildContext, ContentUpdateScript.ContentUpdateContext updateContext)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IAddressableAssetsBuildContext | aaBuildContext | The new build data. |
ContentUpdateScript.ContentUpdateContext | updateContext | The cached build data. |
반환
타입 | 설명 |
---|---|
ReturnCode | Returns the success ReturnCode if the content update succeeds. |