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

Classes

struct  spMeshAttachment
 

Functions

spMeshAttachment (const char *name)
void  (spMeshAttachment *self)
void  (spMeshAttachment *self, spSlot *slot, float *worldVertices)
var  ( var self, var slot, var worldVertices)
local  ( local self, local slot, local worldVertices)

Function Documentation

spMeshAttachment*
spMeshAttachment_create
( const char *  name)
var spMeshAttachment_create ( var  name)
local spMeshAttachment_create ( local  name)
void spMeshAttachment_updateUVs ( spMeshAttachment self)
var spMeshAttachment_updateUVs ( var  self)
local spMeshAttachment_updateUVs ( local  self)
void
spMeshAttachment_computeWorldVertices
( spMeshAttachment self,
spSlot slot,
float *  worldVertices 
)
var
spMeshAttachment_computeWorldVertices
( var  self,
var  slot,
var  worldVertices 
)
local
spMeshAttachment_computeWorldVertices
( local  self,
local  slot,
local  worldVertices 
)