cocos2d-x  3.0alpha1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PhysicsJointFixed Class Reference

#include <CCPhysicsJoint.h>

Inheritance diagram for PhysicsJointFixed:
PhysicsJoint

Static Public Member Functions

static PhysicsJointFixedconstruct (PhysicsBody *a, PhysicsBody *b, const Point &anchr)
- Static Public Member Functions inherited from PhysicsJoint
static void destroy (PhysicsJoint *joint)
local destroy ( local joint)

Protected Member Functions

bool init (PhysicsBody *a, PhysicsBody *b, const Point &anchr)
 PhysicsJointFixed ()
virtual ~PhysicsJointFixed ()
- Protected Member Functions inherited from PhysicsJoint
 PhysicsJoint ()
virtual ~PhysicsJoint ()=0
bool init (PhysicsBody *a, PhysicsBody *b)
PhysicsBodyInfogetBodyInfo (PhysicsBody *body) const
 PhysicsShape is PhysicsBody's friend class, but all the subclasses isn't. More...
 
local getBodyInfo ( local body)
 PhysicsShape is PhysicsBody's friend class, but all the subclasses isn't. More...
 
NodegetBodyNode (PhysicsBody *body) const

Additional Inherited Members

- Public Member Functions inherited from PhysicsJoint
PhysicsBodygetBodyA () const
local getBodyA ()
PhysicsBodygetBodyB () const
local getBodyB ()
PhysicsWorldgetWorld () const
local getWorld ()
int getTag () const
void setTag (int tag)
local setTag ( local tag)
bool isEnabled () const
void setEnable (bool enable)
local setEnable ( local enable)
bool isCollisionEnabled () const
void setCollisionEnable (bool enable)
var setCollisionEnable ( var enable)
local setCollisionEnable ( local enable)
void removeFormWorld ()
- Protected Attributes inherited from PhysicsJoint
PhysicsBody_bodyA
PhysicsBody_bodyB
var _bodyB
local _bodyB
PhysicsWorld_world
var _world
local _world
PhysicsJointInfo_info
local _info
bool _enable
var _enable
local _enable
bool _collisionEnable
local _collisionEnable
bool _destoryMark
var _destoryMark
local _destoryMark
int _tag

Constructor & Destructor Documentation

PhysicsJointFixed ( )
protected
virtual ~PhysicsJointFixed ( )
protectedvirtual

Member Function Documentation

static PhysicsJointFixed* construct ( PhysicsBody a,
PhysicsBody b,
const Point anchr 
)
static
bool init ( PhysicsBody a,
PhysicsBody b,
const Point anchr 
)
protected

The documentation for this class was generated from the following file: