Version: 2022.3

GlobalObjectId.GlobalObjectIdentifierToInstanceIDSlow

切换到手册
public static int GlobalObjectIdentifierToInstanceIDSlow (GlobalObjectId id);

参数

id 要查找的 GlobalObjectId。

返回

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