08 Unity3D人工智能AI-避開障礙

using UnityEngine; using System.Collections; public class SteeringForCollisionAvoidance : Steering { public bool isPlanar; private Vector3 desiredVelocity; private Vehicle m_vehicle;
相關文章
相關標籤/搜索