Pathfinding.FloodPathTracer.Recycle C# (CSharp) Method

Recycle() protected method

protected Recycle ( ) : void
return void
		protected override void Recycle () {
			PathPool<FloodPathTracer>.Recycle (this);
		}