Version: 2022.3

GlobalObjectId.GlobalObjectIdentifiersToInstanceIDsSlow

切换到手册
public static void GlobalObjectIdentifiersToInstanceIDsSlow (GlobalObjectId[] identifiers, out int[] outputInstanceIDs);

参数

identifiers 要转换的 GlobalObjectIds 数组。
outputInstanceIDs Resulting array of InstanceIDs.

描述

Creates an array of InstanceIDs based on an array of GlobalObjectIds.

此调用较慢,应避免使用或谨慎使用。

两个数组的大小必须相同。

Any GlobalObjectIds in the identifiers array that are not found are given a corresponding value of 0 in the output instance ID array.
See Also: GlobalObjectIdentifierToInstanceIDSlow