Unity實現物體移動的通用方法

1、建立須要移動的物體this 2、編寫控制腳本.net using UnityEngine; using System.Collections; public class Test_ElectricFan : MonoBehaviour { public int speed=2; //旋轉的速度 Vector3 target; // Use this for initi
相關文章
相關標籤/搜索