Layout.Type Enum
Module: cc
Enum for Layout type
Index
NONEHORIZONTALVERTICALGRID
Details
NONE
None Layout
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLayout.js:36 |
HORIZONTAL
Horizontal Layout
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLayout.js:42 |
VERTICAL
Vertical Layout
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLayout.js:49 |
GRID
Grid Layout
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCLayout.js:55 |