class in UnityEngine
A helper class that contains static method to inquire status of Unity Cluster.
一个辅助类,其中包含静态方法查询unity集群的状态。
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. 从群集网络中获取或设置当前计算机的节点索引。 |