NetworkInstanceId

struct in UnityEngine.Networking

매뉴얼로 전환

설명

This is used to identify networked objects across all participants of a network. It is assigned at runtime by the server when an object is spawned.

정적 변수

InvalidA static invalid NetworkInstanceId that can be used for comparisons.

변수

ValueThe internal value of this identifier.

Public 함수

IsEmptyReturns true if the value of the NetworkInstanceId is zero.
ToStringReturns a string of "NetID:value".