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