• Layout.Type 枚举
  • 索引
  • Details
    • NONE
    • HORIZONTAL
    • VERTICAL
    • GRID

    Layout.Type 枚举

    模块: cc

    布局类型

    索引

    • NONE
    • HORIZONTAL
    • VERTICAL
    • GRID

    Details

    NONE
    取消布局
    metadescription
    类型Number
    定义于cocos2d/core/components/CCLayout.js:38
    HORIZONTAL
    水平布局
    metadescription
    类型Number
    定义于cocos2d/core/components/CCLayout.js:44
    VERTICAL
    垂直布局
    metadescription
    类型Number
    定义于cocos2d/core/components/CCLayout.js:51
    GRID
    网格布局
    metadescription
    类型Number
    定义于cocos2d/core/components/CCLayout.js:57