Click or drag to resize
DigitalRuneICollisionFilterGet Method
Determines whether collisions are enabled or disabled.
Overload List
  NameDescription
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).
Top
See Also