Method NetworkHide
NetworkHide(ulong)
Hides the Network
Declaration
public void NetworkHide(ulong clientId)
Parameters
Type | Name | Description |
---|---|---|
ulong | clientId | The targeted client |
Remarks
Usage: Use to stop sending updates to the targeted client, "netcode invisible", for a currently visible Network
Dynamically Spawned: Network
In-Scene Placed: Network
See Also:
Network
Network
NetworkHide(List<NetworkObject>, ulong)
Hides a list of Network
Declaration
public static void NetworkHide(List<NetworkObject> networkObjects, ulong clientId)
Parameters
Type | Name | Description |
---|---|---|
List<Network |
networkObjects | The Network |
ulong | clientId | The targeted client |
Remarks
Usage: Use to stop sending updates to the targeted client, "netcode invisible", for the currently visible Network
Dynamically Spawned: Network
In-Scene Placed: Network
See Also:
Network
Network