cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RegionAttachment.h File Reference
#include <spine/Attachment.h>
#include <spine/Atlas.h>
#include <spine/Slot.h>

Classes

struct  RegionAttachment
 

Namespaces

 cocos2d
 
 cocos2d::extension
 

Typedefs

typedef struct RegionAttachment RegionAttachment

Enumerations

enum  VertexIndex {
  VERTEX_X1 = 0, VERTEX_Y1, VERTEX_X2, VERTEX_Y2,
  VERTEX_X3, VERTEX_Y3, VERTEX_X4, VERTEX_Y4
}
 

Functions

CC_EX_DLL RegionAttachment *  (const char *name)
var  ( var name)
local  ( local name)
CC_EX_DLL void  (RegionAttachment *self, float u, float v, float u2, float v2, introtate)
var  ( var self, var u, var v, var u2, var v2, var introtate)
local  ( local self, local u, local v, local u2, local v2, local introtate)
CC_EX_DLL void  (RegionAttachment *self)
CC_EX_DLL void  (RegionAttachment *self, float x, float y, Bone *bone, float *vertices)
var  ( var self, var x, var y, var bone, var vertices)
local  ( local self, local x, local y, local bone, local vertices)