public void EaseOutObject(GameObject obj, Vector3 target, float maxSpeed, bool destroyOnArrival, bool invokeClearToContinue) { StartCoroutine(MovementUtilities.EaseOut(obj, target, maxSpeed, destroyOnArrival, invokeClearToContinue)); }