Version: 2022.3
言語: 日本語

GlobalObjectId.GlobalObjectIdentifiersToObjectsSlow

マニュアルに切り替える
public static void GlobalObjectIdentifiersToObjectsSlow (GlobalObjectId[] identifiers, out Object[] outputObjects);

パラメーター

identifiers Array of GlobalObjectIds to convert.
outputObjects Resulting array of Object references.

説明

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

This call is slow and should be avoided or used sparingly.

Both arrays must be the same size.

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