Pathfinding.FloodPathTracer.CalculateStep C# (CSharp) Method

CalculateStep() public method

public CalculateStep ( long targetTick ) : void
targetTick long
return void
		public override void CalculateStep (long targetTick) {
			if (!IsDone ()) {
				Error ();
				LogError ("Something went wrong. At this point the path should be completed");
			}
		}