Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClusterNetwork

A helper class that contains static method to inquire status of Unity Cluster.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Class
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ClusterRendererModule
Warning
Deprecated. This type is deprecated and will be removed in a future release.
public class ClusterNetwork

Static Properties

Property

Description

isDisconnectedCheck whether the current instance is disconnected from the cluster network.
isMasterOfClusterCheck whether the current instance is a master node in the cluster network.
nodeIndexTo acquire or set the node index of the current machine from the cluster network.