Added documentation.
This commit is contained in:
parent
b782614bc4
commit
09e0a5f2d2
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Reference in a new issue