| ICollisionFilter Methods |
The ICollisionFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| Filter |
Filters the specified item pair.
(Inherited from IPairFilterT.) | |
| Get(Int32) |
Returns if collisions with the given collision group are enabled.
| |
| Get(Int32, Int32) |
Returns if collisions between two collision groups are enabled.
| |
| Get(CollisionObject, CollisionObject) |
Returns if collisions between two CollisionObjects are
enabled (without testing collision groups).
| |
| Set(Int32, Boolean) |
Enables or disables collisions with the given collision group.
| |
| Set(Int32, Int32, Boolean) |
Enables or disables collisions between a pair of collision groups.
| |
| Set(CollisionObject, CollisionObject, Boolean) |
Enables or disables collisions between the given CollisionObjects.
|