Layout.Type
枚举
模块: cc
布局类型
索引
NONE
HORIZONTAL
VERTICAL
GRID
Details
NONE
取消布局
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:38 |
HORIZONTAL
水平布局
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:44 |
VERTICAL
垂直布局
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:51 |
GRID
网格布局
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:57 |