Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Layout

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

Specifies how banner should be layed out on screen.

Please note that Traditional Banner and Rect Banner (introduced in ios6) use different enum values. If you use "wrong" enum value for current ad type: for Traditional Banner Top* and Center* will be considered Top, and Bottom* will be considered Bottom* for Rect Banner Top will be considered TopLeft and Bottom - BottomLeft.

Variables

TopTraditional Banner: align to screen top.
BottomTraditional Banner: align to screen bottom.
TopLeftRect Banner: place in top-left corner.
TopRightRect Banner: place in top-right corner.
TopCenterRect Banner: align to screen top, placing at the center.
BottomLeftRect Banner: place in bottom-left corner.
BottomRightRect Banner: place in bottom-right corner.
BottomCenterRect Banner: align to screen bottom, placing at the center.
CenterLeftRect Banner: align to screen left, placing at the center.
CenterRightRect Banner: align to screen right, placing at the center.
CenterRect Banner: place exactly at screen center.
ManualCompletely manual positioning.