ClientScene.SetLocalObject(uint,GameObject)

매뉴얼로 전환

파라미터

netIdNetId of object.
objNetworked object.

설명

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.