social_learning.DumbAgent.getRotationAndVelocity C# (CSharp) Метод

getRotationAndVelocity() защищенный Метод

protected getRotationAndVelocity ( double sensors ) : float[]
sensors double
Результат float[]
        protected override float[] getRotationAndVelocity(double[] sensors)
        {
            return new float[] { (float)random.Next(45) - 20f, (float)random.Next(2) };
        }