Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

ClientScene.FindLocalObject

public static GameObject FindLocalObject(Networking.NetworkInstanceId netId);

Parameters

netIdThe id of the networked object.

Returns

GameObject The game object that matches the netId.

Description

This finds the local NetworkIdentity object with the specified network Id.

NetId is a unique number assigned to all objects with NetworkIdentity components in a game. This number is the same on the server and all connected clients for a particular object, so it can be used to identify objects across the network. The FindLocalObject() function is called on a client to transform a netId received from a server to a local game object.

Did you find this page useful? Please give it a rating: