Layout.Type
Enum
Enum for Layout type
Index
NONE
HORIZONTAL
VERTICAL
GRID
Details
NONE
None Layout
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCLayout.js:37 |
HORIZONTAL
Horizontal Layout
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCLayout.js:43 |
VERTICAL
Vertical Layout
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCLayout.js:50 |
GRID
Grid Layout
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCLayout.js:56 |