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