EntityIdsToGUIDs(NativeArray<EntityId>, NativeArray<GUID>)
Sets a NativeArray of GUID s for every valid EntityId that is an asset.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void EntityIdsToGUIDs(NativeArray<EntityId> entityIds, NativeArray<GUID> guidsOut)
Parameters
Remarks
Both arrays must be the same length and initialised before calling. The caller is responsible for the lifetime of these arrays. If an EntityId is not valid or does not refer to an Object that is an asset, the GUID will be set to default.