Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


position

The position of the banner view.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.iOS
  • Assembly: UnityEngine.CoreModule
Warning
Removed. iOS.ADBannerView class is obsolete, Apple iAD service discontinued
public Vector2 position { get; set; }

Remarks

It uses unity GUI coords and convention, so it is top-left corner coords. If you change it, banner will become manually layed-out automatically. Please note that for Traditional Banner x component is ignored.