Version: 2022.3

GlobalObjectId.GlobalObjectIdentifiersToObjectsSlow

切换到手册
public static void GlobalObjectIdentifiersToObjectsSlow (GlobalObjectId[] identifiers, out Object[] outputObjects);

参数

identifiers 要转换的 GlobalObjectIds 数组。
outputObjects 生成的对象引用数组。

描述

基于 GlobalObjectIds 的数组创建对象数组。

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

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

Any object that is not found will be null in the outputObjects array.
See Also: GlobalObjectIdentifierToObjectSlow