07 Unity3D人工智能AI-路径跟随

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