Added documentation.

This commit is contained in:
Felix Ableitner 2012-09-11 19:37:19 +02:00
parent b782614bc4
commit 09e0a5f2d2

View file

@ -105,6 +105,9 @@ Physical::getDelete() const {
return mDelete; return mDelete;
} }
/**
* Returns the Physical::Category of this object.
*/
uint16 uint16
Physical::getCategory() const { Physical::getCategory() const {
return mBody->GetFixtureList()->GetFilterData().categoryBits; return mBody->GetFixtureList()->GetFilterData().categoryBits;