Click or drag to resize

PhysicsEngineCollide Method

Overload List
  NameDescription
Public methodCollide(BBox, PhysicsGroup, Boolean)
Finds all physics bodies prescribed to the specified group that are intersecting the specified bounding box.
Public methodCollide(BBox, IListPhysicsGroup, Boolean)
Finds all physics bodies prescribed to any of the groups specified in the group list that are intersecting the specified bounding box.
Public methodCollide(BSphere, PhysicsGroup, Boolean)
Finds all physics bodies prescribed to the specified group that are intersecting the specified bounding sphere.
Public methodCollide(BSphere, IListPhysicsGroup, Boolean)
Finds all physics objects prescribed to any of the groups specified in the group list that are intersecting the specified bounding sphere.
Public methodCollide(PhysicsBody, PhysicsGroup, Boolean)
Finds all physics bodies prescribed to the specified group that are colliding with the specified body.
Public methodCollide(PhysicsBody, IListPhysicsGroup, Boolean)
Finds all physics objects prescribed to any of the groups specified in the group list that are colliding with the specified body.
Top
See Also