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:38 |
HORIZONTAL
Horizontal Layout
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCLayout.js:44 |
VERTICAL
Vertical Layout
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCLayout.js:51 |
GRID
Grid Layout
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCLayout.js:57 |