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;
}
/**
* Returns the Physical::Category of this object.
*/
uint16
Physical::getCategory() const {
return mBody->GetFixtureList()->GetFilterData().categoryBits;