Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(860)

Side by Side Diff: nacltoons/bindings/CCPhysicsSprite.pkg

Issue 15070003: [nacltoons] Add compound shapes. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | nacltoons/bindings/LuaCocos2dExtensions.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 class CCPhysicsSprite : public CCSprite
2 {
3 b2Body* getB2Body() const;
4 void setB2Body(b2Body *pBody);
5 float getPTMRatio() const;
6 void setPTMRatio(float fPTMRatio);
7
8 static CCPhysicsSprite* createWithTexture(CCTexture2D *pTexture);
9 static CCPhysicsSprite* createWithTexture(CCTexture2D *pTexture, CCRect rect);
10 static CCPhysicsSprite* createWithSpriteFrame(CCSpriteFrame *pSpriteFram e);
11 static CCPhysicsSprite* createWithSpriteFrameName(const char *pszSpriteF rameName);
12 static CCPhysicsSprite* create(const char *pszFileName, CCRect rect);
13 static CCPhysicsSprite* create(const char *pszFileName);
14 static CCPhysicsSprite* create();
15 };
OLDNEW
« no previous file with comments | « no previous file | nacltoons/bindings/LuaCocos2dExtensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698