Click or drag to resize

PhysicsEngineCollides Method

Overload List
  NameDescription
Public methodCollides(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.
Public methodCollides(PhysicsBody, PhysicsBody)
Whether the first physics object is tested for collisions against the second collision object by virtue of their groups.
Public methodCollides(PhysicsGroup, PhysicsGroup)
Whether physics objects prescribing to groupA should collide with physics objects prescribing to groupB.
Public methodCollides(PhysicsGroup, PhysicsGroup, Boolean)
Specifies whether physics objects prescribing to groupA should collide with physics objects prescribing to groupB.
Top
See Also