Classes | |
struct | ccColor3B |
RGB color composed of bytes 3 bytes. More... | |
struct | ccColor4B |
RGBA color composed of 4 bytes. More... | |
struct | ccColor4F |
RGBA color composed of 4 floats. More... | |
struct | ccVertex2F |
A vertex composed of 2 floats: x, y. More... | |
struct | ccVertex3F |
A vertex composed of 2 floats: x, y. More... | |
struct | ccTex2F |
A texcoord composed of 2 floats: u, y. More... | |
struct | ccPointSprite |
Point Sprite component. More... | |
struct | ccQuad2 |
A 2D Quad. 4 * 2 floats. More... | |
struct | ccQuad3 |
A 3D Quad. 4 * 3 floats. More... | |
struct | ccV2F_C4B_T2F |
a Point with a vertex point, a tex coord point and a color 4B More... | |
struct | ccV2F_C4F_T2F |
a Point with a vertex point, a tex coord point and a color 4F More... | |
struct | ccV3F_C4B_T2F |
a Point with a vertex point, a tex coord point and a color 4B More... | |
struct | ccV2F_C4B_T2F_Triangle |
A Triangle of ccV2F_C4B_T2F. More... | |
struct | ccV2F_C4B_T2F_Quad |
A Quad of ccV2F_C4B_T2F. More... | |
struct | ccV3F_C4B_T2F_Quad |
4 ccVertex3FTex2FColor4B More... | |
struct | ccV2F_C4F_T2F_Quad |
4 ccVertex2FTex2FColor4F Quad More... | |
struct | ccBlendFunc |
Blend Function used for textures. More... | |
struct | ccT2F_Quad |
struct | ccAnimationFrameData |
struct | ccFontShadow |
types used for defining fonts properties (i.e. More... | |
struct | ccFontStroke |
struct | ccFontDefinition |
Namespaces | |
cocos2d | |
Constant Groups | |
cocos2d | |
Enumerations | |
enum | CCVerticalTextAlignment { kCCVerticalTextAlignmentTop, kCCVerticalTextAlignmentCenter, kCCVerticalTextAlignmentBottom } |
Vertical text alignment type. More... | |
enum | CCTextAlignment { kCCTextAlignmentLeft, kCCTextAlignmentCenter, kCCTextAlignmentRight } |
Horizontal text alignment type. More... | |