cocos2d-x 3.0 |
)
- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Public 类型 | 静态 Public 成员函数 | 所有成员列表
Device类 参考
#include
## Public 类型 | |
enum | TextAlign { CENTER = 0x33, TOP = 0x13, TOP_RIGHT = 0x12, RIGHT = 0x32, BOTTOM_RIGHT = 0x22, BOTTOM = 0x23, BOTTOM_LEFT = 0x21, LEFT = 0x31, TOP_LEFT = 0x11 } |
## 静态 Public 成员函数 | |
static int | getDPI () |
获取设备的DPI 更多… | |
static void | setAccelerometerEnabled (bool isEnabled) |
启用或禁用加速度计 更多… | |
static void | setAccelerometerInterval (float interval) |
设置加速度的值 更多… | |
static Data | getTextureDataForText (const char *text, const FontDefinition &textDefinition, TextAlign align, int &width, int &height, bool &hasPremultipliedAlpha) |
成员枚举类型说明
| strong |
成员函数说明
| static |
获取设备的DPI
- 返回
- 返回设备的DPI
| static |
| static |
启用或禁用加速度计
| static |
设置加速度的值
该类的文档由以下文件生成:
- /Users/zeroyang/Documents/github/cocos2d-x/cocos/2d/platform/CCDevice.h