Method BuildContentUpdate
BuildContentUpdate(AddressableAssetSettings, string)
Builds player content using the player content version from a specified cache file.
선언
public static AddressablesPlayerBuildResult BuildContentUpdate(AddressableAssetSettings settings, string contentStateDataPath)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetSettings | settings | The settings object to use for the build. |
string | contentStateDataPath | The path of the cache data to use. |
반환
타입 | 설명 |
---|---|
AddressablesPlayerBuildResult | The build operation. |