Version: 2022.3
言語: 日本語
public static void InstanceIDsToGUIDs (NativeArray<int> instanceIDs, NativeArray<GUID> guidsOut);

説明

Sets a NativeArray of UnityEditor.GUIDs for every valid Instance ID that is an asset.

Both arrays must be the same length and initialised before calling. The caller is responsible for the lifetime of these arrays. If an Instance ID is not valid or does not refer to an Object that is an asset, the GUID will be set to default.