LHJointNodeProtocol Protocol Reference
LHJointNodeProtocol.h |
Overview
LevelHelper 2 joint nodes conform to this protocol.
Instance Methods
anchorA
- (CGPoint)anchorA
Discussion
Returns the point where the joint is connected with the first body. In scene coordinates.
Declared In
LHJointNodeProtocol
.h
anchorB
- (CGPoint)anchorB
Discussion
Returns the point where the joint is connected with the second body. In scene coordinates.
Declared In
LHJointNodeProtocol
.h
joint
- (CCPhysicsJoint *)joint
Discussion
Returns the actual Box2d or Cocos2d/Chipmunk joint object.
Declared In
LHJointNodeProtocol
.h
nodeA
- (CCNode *)nodeA
Discussion
Returns the first connected node.
Declared In
LHJointNodeProtocol
.h
nodeB
- (CCNode *)nodeB
Discussion
Returns the second connected node.
Declared In
LHJointNodeProtocol
.h
Copyright © VLADU BOGDAN DANIEL PFA.