Method CreateContentUpdateGroup
CreateContentUpdateGroup(AddressableAssetSettings, List<AddressableAssetEntry>, string)
Create a new AddressableAssetGroup with the items and mark it as remote.
선언
public static void CreateContentUpdateGroup(AddressableAssetSettings settings, List<AddressableAssetEntry> items, string groupName)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| AddressableAssetSettings | settings | The settings object. |
| List<AddressableAssetEntry> | items | The items to move. |
| string | groupName | The name of the new group. |