示例#1
0
 public void SetInfo(SNaiveWander info)
 {
     m_info = info;
 }
示例#2
0
        public static SteeringOutput GetSteering(KinematicState ownKS, SNaiveWander info)
        {
            ownKS.m_orientation += info.m_wanderRate * MathExtent.Binomial();

            return(GoWhereYouLook.GetSteering(ownKS));
        }