07 Unity3D人工智能AI-路徑跟隨

using UnityEngine; using System.Collections; public class SteeringFollowPath : Steering { public GameObject[] waypoints = new GameObject[4]; private Transform target; private int current
相關文章
相關標籤/搜索