/// <summary> /// Moves the location of the Display Ad. /// </summary> /// <param name="x"> /// A <see cref="System.Int32"/> /// </param> /// <param name="y"> /// A <see cref="System.Int32"/> /// </param> public static void MoveDisplayAd(int x, int y) { if (Application.platform == RuntimePlatform.OSXEditor) { return; } TapjoyPlatformPlugin.MoveDisplayAd(x, y); }