Method CreateGroup
CreateGroup(string, bool, bool, bool, List<AddressableAssetGroupSchema>, params Type[])
Create a new asset group.
선언
public AddressableAssetGroup CreateGroup(string groupName, bool setAsDefaultGroup, bool readOnly, bool postEvent, List<AddressableAssetGroupSchema> schemasToCopy, params Type[] types)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | groupName | The group name. |
bool | setAsDefaultGroup | Set the new group as the default group. |
bool | readOnly | Is the new group read only. |
bool | postEvent | Post modification event. |
List<AddressableAssetGroupSchema> | schemasToCopy | Schema set to copy from. |
Type[] | types | Types of schemas to add. |
반환
타입 | 설명 |
---|---|
AddressableAssetGroup | The newly created group. |