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

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkViewID

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The NetworkViewID is a unique identifier for a network view instance in a multiplayer game.

It is imporatant that this is a unique number accross all clients and that they can generate these numbers themselves, or else network synchronization will break.

Static Properties

unassignedRepresents an invalid network view ID.

Properties

isMineTrue if instantiated by me.
ownerThe NetworkPlayer who owns the NetworkView. Could be the server.

Public Methods

ToStringReturns a formatted string with details on this NetworkViewID.

Operators

operator !=Returns true if two NetworkViewIDs are not identical.
operator ==Returns true if two NetworkViewIDs are identical.

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