Version: 2022.3
언어: 한국어

GlobalObjectId.GlobalObjectIdentifierToObjectSlow

매뉴얼로 전환
public static Object GlobalObjectIdentifierToObjectSlow (GlobalObjectId id);

파라미터

id The GlobalObjectId to lookup.

반환

Object If the GlobalObjectId is found, this method returns the converted Object reference. Returns null if the GlobalObjectId is not found. Returns null when the object is inside a scene that is not loaded.

설명

Converts a GlobalObjectId to an Object reference.

This call is slow and should be avoided or used sparingly.
See Also: GlobalObjectIdentifiersToObjectsSlow