Layout.ResizeMode 枚举

模块: cc

缩放模式

索引

  • NONE
  • CONTAINER
  • CHILDREN

Details

NONE
不做任何缩放
metadescription
类型Number
定义于cocos2d/core/components/CCLayout.js:71
CONTAINER
容器的大小会根据子节点的大小自动缩放。
metadescription
类型Number
定义于cocos2d/core/components/CCLayout.js:77
CHILDREN
子节点的大小会随着容器的大小自动缩放。
metadescription
类型Number
定义于cocos2d/core/components/CCLayout.js:83