Layout.ResizeMode
枚举
模块: cc
缩放模式
索引
NONE
CONTAINER
CHILDREN
Details
NONE
不做任何缩放
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:71 |
CONTAINER
容器的大小会根据子节点的大小自动缩放。
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:77 |
CHILDREN
子节点的大小会随着容器的大小自动缩放。
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCLayout.js:83 |