Version: 2022.3
언어: 한국어

GlobalObjectId.GlobalObjectIdentifierToInstanceIDSlow

매뉴얼로 전환
public static int GlobalObjectIdentifierToInstanceIDSlow (GlobalObjectId id);

파라미터

id The GlobalObjectId to lookup.

반환

int If the GlobalObjectId is found, this method returns the converted InstanceID. Returns 0 if the GlobalObjectId is not found. Returns 0 when the object is inside a scene that is not already loaded.

설명

Converts a GlobalObjectId to an InstanceID.

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