示例#1
0
文件: TestBot.cs 项目: HiPoEGH/Nav
        public static float SPEED = 10;//25; //approximated movement speed with 25% move speed bonus

        public void OnDestinationReached(DestType type, Vec3 dest)
        {
            if (dest.Equals(m_Destination))
            {
                m_Destination = Vec3.ZERO;
            }
        }