cocos2d-x 3.0 |
)
- 文件列表 - 文件成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
ccTypes.h 文件参考
#include
#include "math/CCGeometry.h"
#include "math/CCMath.h"
#include "CCGL.h"
## 类 | |
struct | Color3B |
RGB color composed of bytes 3 bytes. 更多… | |
struct | Color4B |
RGBA color composed of 4 bytes. 更多… | |
struct | Color4F |
RGBA color composed of 4 floats. 更多… | |
struct | Tex2F |
A vertex composed of 2 floats: x, y. 更多… | |
struct | PointSprite |
Vec2 Sprite component. 更多… | |
struct | Quad2 |
A 2D Quad. 4 2 floats. 更多… | |
struct | Quad3 |
A 3D Quad. 4 3 floats. 更多… | |
struct | V2F_C4B_T2F |
a Vec2 with a vertex point, a tex coord point and a color 4B 更多… | |
struct | V2F_C4F_T2F |
a Vec2 with a vertex point, a tex coord point and a color 4F 更多… | |
struct | V3F_C4B_T2F |
a Vec2 with a vertex point, a tex coord point and a color 4B 更多… | |
struct | V2F_C4B_T2F_Triangle |
A Triangle of V2F_C4B_T2F. 更多… | |
struct | V2F_C4B_T2F_Quad |
A Quad of V2F_C4B_T2F. 更多… | |
struct | V3F_C4B_T2F_Quad |
4 Vertex3FTex2FColor4B 更多… | |
struct | V2F_C4F_T2F_Quad |
4 Vertex2FTex2FColor4F Quad 更多… | |
struct | BlendFunc |
Blend Function used for textures. 更多… | |
struct | T2F_Quad |
struct | AnimationFrameData |
struct | FontShadow |
types used for defining fonts properties (i.e. 更多… | |
struct | FontStroke |
struct | FontDefinition |
class | Acceleration |
The device accelerometer reports values for each axis in units of g-force. 更多… | |
## 命名空间 | |
cocos2d | |
Add deprecated global functions and variables here. | |
## 枚举 | |
enum | TextVAlignment { TOP, CENTER, BOTTOM } |
Vertical text alignment type. 更多… | |
enum | TextHAlignment { LEFT, CENTER, RIGHT } |
Horizontal text alignment type. 更多… | |
## 变量 | |
const ssize_t | CC_INVALID_INDEX |