Constructor AddressableAssetsBundleBuildParameters
AddressableAssetsBundleBuildParameters(AddressableAssetSettings, Dictionary<string, string>, BuildTarget, BuildTargetGroup, string)
Create a AddressableAssetsBundleBuildParameters with data needed to determine the correct compression per bundle.
선언
public AddressableAssetsBundleBuildParameters(AddressableAssetSettings aaSettings, Dictionary<string, string> bundleToAssetGroup, BuildTarget target, BuildTargetGroup group, string outputFolder)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetSettings | aaSettings | The AddressableAssetSettings object to use for retrieving groups. |
Dictionary<string, string> | bundleToAssetGroup | Mapping of bundle identifier to guid of asset groups. |
BuildTarget | target | The build target. This is used by the BundleBuildParameters base class. |
BuildTargetGroup | group | The build target group. This is used by the BundleBuildParameters base class. |
string | outputFolder | The path for the output folder. This is used by the BundleBuildParameters base class. |