Layout.Type
枚举
布局类型
索引
NONE
HORIZONTAL
VERTICAL
GRID
Details
NONE
取消布局
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:37 |
HORIZONTAL
水平布局
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:43 |
VERTICAL
垂直布局
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:50 |
GRID
网格布局
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:56 |