position
The position of the banner view.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.iOS
- Assembly: UnityEngine.CoreModule
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.