Urho3D::PhysicsWorld2D::ContactInfo Struct Reference

Contact info. More...

Collaboration diagram for Urho3D::PhysicsWorld2D::ContactInfo:
[legend]

Public Member Functions

 ContactInfo ()
 Construct.
 
 ContactInfo (b2Contact *contract)
 Construct.
 
 ContactInfo (const ContactInfo &other)
 Copy construct.
 

Public Attributes

SharedPtr< RigidBody2DbodyA_
 Rigid body A.
 
SharedPtr< RigidBody2DbodyB_
 Rigid body B.
 
SharedPtr< NodenodeA_
 Node A.
 
SharedPtr< NodenodeB_
 Node B.
 
b2Contact * contact_
 Box2D contact.
 

Detailed Description

Contact info.


The documentation for this struct was generated from the following files:
  • Source/Urho3D/Urho2D/PhysicsWorld2D.h
  • Source/Urho3D/Urho2D/PhysicsWorld2D.cpp