ToolBarPlace Enum
Module: anysdk
The toolbar position of user type
Index
kToolBarTopLeftkToolBarTopRightkToolBarMidLeftkToolBarMidRightkToolBarBottomLeftkToolBarBottomRight
Details
kToolBarTopLeft
The upper left corner
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2011 |
kToolBarTopRight
the upper right corner
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2018 |
kToolBarMidLeft
at the left of the center
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2025 |
kToolBarMidRight
At the right of the center
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2032 |
kToolBarBottomLeft
The lower left corner
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2039 |
kToolBarBottomRight
The lower right corner
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2046 |