public void SetInfo(SNaiveWander info) { m_info = info; }
public static SteeringOutput GetSteering(KinematicState ownKS, SNaiveWander info) { ownKS.m_orientation += info.m_wanderRate * MathExtent.Binomial(); return(GoWhereYouLook.GetSteering(ownKS)); }