PhysicsEngineCollides Method | 
| Name | Description | |
|---|---|---|
| Collides(IListPhysicsGroup, IListPhysicsGroup) | 
            Whether physics objects prescribing to any of the groups in
            groupListA are tested for collisions against physics objects
            prescribing to any of the groups in groupListB.
              | |
| Collides(PhysicsBody, PhysicsBody) | 
            Whether the first physics object is tested for collisions against the second collision
            object by virtue of their groups.
              | |
| Collides(PhysicsGroup, PhysicsGroup) | 
            Whether physics objects prescribing to groupA should collide with
            physics objects prescribing to groupB.
              | |
| Collides(PhysicsGroup, PhysicsGroup, Boolean) | 
            Specifies whether physics objects prescribing to groupA should
            collide with physics objects prescribing to groupB.
              |