Versions with this page:
Versions without this page:
所有网络视图的网络更新的默认发送频率。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Awake() { Network.sendRate = 25; } }