Method CreateOrMoveEntry
CreateOrMoveEntry(string, AddressableAssetGroup, bool, bool)
Create a new entry, or if one exists in a different group, move it into the new group.
선언
public AddressableAssetEntry CreateOrMoveEntry(string guid, AddressableAssetGroup targetParent, bool readOnly = false, bool postEvent = true)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | guid | The asset guid. |
AddressableAssetGroup | targetParent | The group to add the entry to. |
bool | readOnly | Is the new entry read only. |
bool | postEvent | Send modification event. |
반환
타입 | 설명 |
---|---|
AddressableAssetEntry |