Urho3D
Classes | Enumerations
RigidBody2D.h File Reference
#include "../Scene/Component.h"
#include <box2d/box2d.h>

Classes

class  Urho3D::RigidBody2D
 2D rigid body component. More...
 

Enumerations

enum  Urho3D::BodyType2D { BT_STATIC = b2_staticBody , BT_KINEMATIC = b2_kinematicBody , BT_DYNAMIC = b2_dynamicBody }
 Rigid body type.