Method OnPostbuild
OnPostbuild(AddressablesDataBuilderInput, AddressablesPlayerBuildResult)
Called after the Addressables content build if the build was successful.
선언
public virtual bool OnPostbuild(AddressablesDataBuilderInput input, AddressablesPlayerBuildResult result)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressablesDataBuilderInput | input | Input used for the Addressables content build |
AddressablesPlayerBuildResult | result | Result of the Addressables content build |
반환
타입 | 설명 |
---|---|
bool | True for success, else false and fail the build |