AdsPos Enum
Module: anysdk
The enum of ads position
Index
kPosCenterkPosTopkPosTopLeftkPosTopRightkPosBottomkPosBottomLeftkPosBottomRight
Details
kPosCenter
In the center
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2566 |
kPosTop
at the top of center
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2573 |
kPosTopLeft
the upper left corner
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2580 |
kPosTopRight
the upper right corner
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2587 |
kPosBottom
at the bottom of the center
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2594 |
kPosBottomLeft
the lower left corner
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2601 |
kPosBottomRight
the lower right corner
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2608 |