mirror of https://github.com/axmolengine/axmol.git
commit
91b370e0f0
|
@ -1 +1 @@
|
||||||
c893636df2a952d791291d26ca03022ee8fc29a6
|
58e432f8cbf9f340398f9d6db2b61303b6a06034
|
|
@ -41,21 +41,6 @@ class CCNode : public CCObject
|
||||||
int getTag();
|
int getTag();
|
||||||
void setTag(int var);
|
void setTag(int var);
|
||||||
|
|
||||||
tolua_readonly tolua_property__CCZOrder int zOrder;
|
|
||||||
tolua_property__CCVertexZ float vertexZ;
|
|
||||||
tolua_property__CCRotation float rotation;
|
|
||||||
tolua_property__CCScale float scale;
|
|
||||||
tolua_property__CCScaleX float scaleX;
|
|
||||||
tolua_property__CCScaleY float scaleY;
|
|
||||||
tolua_property__CCPositionX float x;
|
|
||||||
tolua_property__CCPositionY float y;
|
|
||||||
tolua_property__CCSkewX float skewX;
|
|
||||||
tolua_property__CCSkewY float skewY;
|
|
||||||
tolua_property__IsVisible bool isVisible;
|
|
||||||
tolua_property__CCAnchorPoint CCPoint anchorPoint;
|
|
||||||
tolua_property__CCContentSize CCSize contentSize;
|
|
||||||
tolua_property__CCTag int tag;
|
|
||||||
|
|
||||||
CCArray* getChildren();
|
CCArray* getChildren();
|
||||||
unsigned int getChildrenCount(void);
|
unsigned int getChildrenCount(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue