Click or drag to resize
DigitalRuneICollisionFilter Methods

The ICollisionFilter type exposes the following members.

Methods
  NameDescription
Public methodFilter
Filters the specified item pair.
(Inherited from IPairFilterT.)
Public methodGet(Int32)
Returns if collisions with the given collision group are enabled.
Public methodGet(Int32, Int32)
Returns if collisions between two collision groups are enabled.
Public methodGet(CollisionObject, CollisionObject)
Returns if collisions between two CollisionObjects are enabled (without testing collision groups).
Public methodSet(Int32, Boolean)
Enables or disables collisions with the given collision group.
Public methodSet(Int32, Int32, Boolean)
Enables or disables collisions between a pair of collision groups.
Public methodSet(CollisionObject, CollisionObject, Boolean)
Enables or disables collisions between the given CollisionObjects.
Top
See Also