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