• Layout.HorizontalDirection 枚举
  • 索引
  • Details
    • LEFT_TO_RIGHT
    • RIGHT_TO_LEFT

    Layout.HorizontalDirection 枚举

    模块: cc

    水平方向布局方式

    索引

    • LEFT_TO_RIGHT
    • RIGHT_TO_LEFT

    Details

    LEFT_TO_RIGHT
    从左往右排列
    metadescription
    类型Number
    定义于cocos2d/core/components/CCLayout.js:140
    RIGHT_TO_LEFT
    从右往左排列
    metadescription
    类型Number
    定义于cocos2d/core/components/CCLayout.js:146