using System;
public const float PRECISION = 0.000001f;
Math.Abs(agent.remainingDistance) > PRECISION
为true则不等于0