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;
        }