Version: 2023.1
언어: 한국어

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