unity中fixedUpdate和Update的区别

下面这段代码演示游戏暂停 using UnityEngine; using System.Collections; public class GamePauseTest : MonoBehaviour { public float moveSpeed = 2.0f; void Update () { //move transform.Tr
相关文章
相关标签/搜索