dGeomSetCategoryBits

@brief Set the "category" bitfield for the given geom.

The category bitfield is used by spaces to govern which geoms will interact with each other. The bitfield is guaranteed to be at least 32 bits wide. The default category values for newly created geoms have all bits set.

@param geom the geom to set @param bits the new bitfield value @ingroup collide

extern (C) nothrow
void
dGeomSetCategoryBits
(,
c_ulong bits
)

Meta