• Sprite.SizeMode 枚举
  • 索引
  • Details
    • CUSTOM
    • TRIMMED
    • RAW

    Sprite.SizeMode 枚举

    模块: cc

    精灵尺寸调整模式

    索引

    • CUSTOM
    • TRIMMED
    • RAW

    Details

    CUSTOM
    使用节点预设的尺寸
    metadescription
    类型Number
    定义于cocos2d/core/components/CCSprite.js:108
    TRIMMED
    自动适配为精灵裁剪后的尺寸
    metadescription
    类型Number
    定义于cocos2d/core/components/CCSprite.js:114
    RAW
    自动适配为精灵原图尺寸
    metadescription
    类型Number
    定义于cocos2d/core/components/CCSprite.js:120