Exemplo n.º 1
0
void BaseObject::returnToPool()
{
    _onClear();
    _returnObject(this);
}
Exemplo n.º 2
0
DRAGONBONES_NAMESPACE_BEGIN

CCSlot::CCSlot() 
{
    _onClear();
}
Exemplo n.º 3
0
AnimationData::~AnimationData() 
{
    _onClear();
}
Exemplo n.º 4
0
CCSlot::~CCSlot() 
{
    _onClear();
}
Exemplo n.º 5
0
DRAGONBONES_NAMESPACE_BEGIN

AnimationData::AnimationData() 
{
    _onClear();
}