Universe.BotManager.AStar.AStarNode.Calculate C# (CSharp) Method

Calculate() public method

Calculates the estimated cost for the remaining trip to the goal.
public Calculate ( ) : void
return void
        public virtual void Calculate()
        {
            FGoalEstimate = 0.0f;
        }