|
| static CCDataReaderHelper * | sharedDataReaderHelper () |
| static void | setPositionReadScale (float scale) |
| | Scale the position data, used for multiresolution adapter It won't effect the data already read. More...
|
| |
| static float | getPositionReadScale () |
| static void | purge () |
| static void | addDataFromCache (const char *pFileContent, DataInfo *dataInfo=NULL) |
| | Translate XML export from Dragon CCBone flash tool to datas, and save them. More...
|
| |
| static CCArmatureData * | decodeArmature (tinyxml2::XMLElement *armatureXML, DataInfo *dataInfo) |
| | Decode CCArmature Datas from xml export from Dragon CCBone flash tool. More...
|
| |
| static CCBoneData * | decodeBone (tinyxml2::XMLElement *boneXML, tinyxml2::XMLElement *parentXML, DataInfo *dataInfo) |
| static CCDisplayData * | decodeBoneDisplay (tinyxml2::XMLElement *displayXML, DataInfo *dataInfo) |
| static CCAnimationData * | decodeAnimation (tinyxml2::XMLElement *animationXML, DataInfo *dataInfo) |
| | Decode CCArmatureAnimation Datas from xml export from Dragon CCBone flash tool. More...
|
| |
| static CCMovementData * | decodeMovement (tinyxml2::XMLElement *movementXML, CCArmatureData *armatureData, DataInfo *dataInfo) |
| static CCMovementBoneData * | decodeMovementBone (tinyxml2::XMLElement *movBoneXml, tinyxml2::XMLElement *parentXml, CCBoneData *boneData, DataInfo *dataInfo) |
| static CCFrameData * | decodeFrame (tinyxml2::XMLElement *frameXML, tinyxml2::XMLElement *parentFrameXml, CCBoneData *boneData, DataInfo *dataInfo) |
| static CCTextureData * | decodeTexture (tinyxml2::XMLElement *textureXML, DataInfo *dataInfo) |
| | Decode Texture Datas from xml export from Dragon CCBone flash tool. More...
|
| |
| static CCContourData * | decodeContour (tinyxml2::XMLElement *contourXML, DataInfo *dataInfo) |
| | Decode Contour Datas from xml export from Dragon CCBone flash tool. More...
|
| |
| static void | addDataFromJsonCache (const char *fileContent, DataInfo *dataInfo=NULL) |
| static CCArmatureData * | decodeArmature (cs::CSJsonDictionary &json, DataInfo *dataInfo) |
| static CCBoneData * | decodeBone (cs::CSJsonDictionary &json, DataInfo *dataInfo) |
| static CCDisplayData * | decodeBoneDisplay (cs::CSJsonDictionary &json, DataInfo *dataInfo) |
| static CCAnimationData * | decodeAnimation (cs::CSJsonDictionary &json, DataInfo *dataInfo) |
| static CCMovementData * | decodeMovement (cs::CSJsonDictionary &json, DataInfo *dataInfo) |
| static CCMovementBoneData * | decodeMovementBone (cs::CSJsonDictionary &json, DataInfo *dataInfo) |
| static CCFrameData * | decodeFrame (cs::CSJsonDictionary &json, DataInfo *dataInfo) |
| static CCTextureData * | decodeTexture (cs::CSJsonDictionary &json) |
| static CCContourData * | decodeContour (cs::CSJsonDictionary &json) |
| static void | decodeNode (CCBaseData *node, cs::CSJsonDictionary &json, DataInfo *dataInfo) |