Ejemplo n.º 1
0
WorldShapeGroup_t worldShape_group(WorldShape_t *aShape)
{
    return cpShapeGetGroup(aShape->cpShape);
}
Ejemplo n.º 2
0
int CCPhysicsShape::getCollisionGroup(void)
{
    return (int)cpShapeGetGroup(m_shape);
}
Ejemplo n.º 3
0
		cpGroup shape::group( void ) {	return cpShapeGetGroup( this->m_shape );	}