CellsAutomate.Creatures.BaseCreature.GetDirection C# (CSharp) 메소드

GetDirection() 보호된 추상적인 메소드

protected abstract GetDirection ( FoodMatrix eatMatrix, Membrane creatures, Point position, Random random ) : DirectionEnum
eatMatrix CellsAutomate.Food.FoodMatrix
creatures Membrane
position Point
random System.Random
리턴 DirectionEnum
        protected abstract DirectionEnum GetDirection(FoodMatrix eatMatrix, Membrane[,] creatures, Point position, Random random);