NetworkViewID Manual     Reference     Scripting  
Scripting > Runtime Classes > NetworkViewID
NetworkViewID Struct
このドキュメントは有志により翻訳されたもので、オフィシャルではありません。オリジナルのページはこちら
This document is unofficially translated by users.Please see the original document here.

翻訳に関する修正など、ご連絡はこちらまで。
Please send e-mail to here, when you have any question about the translation.

編集 (GitHub)

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.

Variables
isMine

True if instantiated by me

owner

The NetworkPlayer who owns the NetworkView. Could be the server.

Functions
ToString

Returns a formatted string with details on this NetworkViewID.

Class Variables
unassigned

Represents an invalid network view ID.

Class Functions
operator ==

Returns true if two NetworkViewIDs are identical

operator !=

Returns true if two NetworkViewIDs are not identical