Pathfinding.ConstantPath.Recycle C# (CSharp) Method

Recycle() protected method

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