cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LuaArmatureFrameEventData Struct Reference

#include <lua_cocos2dx_cocostudio_manual.h>

Public Member Functions

 LuaArmatureFrameEventData (cocos2d::CCObject *_objTarget, const std::string &_frameEventName, int _originFrameIndex, int _currentFrameIndex)

Public Attributes

cocos2d::CCObjectobjTarget
std::string frameEventName
int originFrameIndex
int currentFrameIndex

Constructor & Destructor Documentation

LuaArmatureFrameEventData ( cocos2d::CCObject _objTarget,
const std::string &  _frameEventName,
int  _originFrameIndex,
int  _currentFrameIndex 
)
inline

Member Data Documentation

int currentFrameIndex
std::string frameEventName
cocos2d::CCObject* objTarget
int originFrameIndex

The documentation for this struct was generated from the following file: