Universe.BotManager.AStar.AStarNode.Calculate C# (CSharp) Метод

Calculate() публичный Метод

Calculates the estimated cost for the remaining trip to the goal.
public Calculate ( ) : void
Результат void
        public virtual void Calculate()
        {
            FGoalEstimate = 0.0f;
        }