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
public class ClusterNetwork
Static Properties
Property | Description |
|---|---|
| isDisconnected | Check whether the current instance is disconnected from the cluster network. |
| isMasterOfCluster | Check whether the current instance is a master node in the cluster network. |
| nodeIndex | To acquire or set the node index of the current machine from the cluster network. |