예제 #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));
        }