Exemplo n.º 1
0
 /// <summary>
 /// Removes the node from all networks. For a unity object this should typically go in OnDisable or OnDestroy, depending on the desired behavior.
 /// </summary>
 public virtual void DisableNode()
 {
     CommunicationNode.RemoveNode(this);
     NodeOwner = null;
 }