Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


networkView

The NetworkView attached to this GameObject (Read Only). (null if there is none attached).
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Warning
Removed. Property networkView has been deprecated. Use GetComponent\<NetworkView\>() instead.
public Component networkView { get; }