javascript Programming Glossary: physicsbody
Inherit parent constructor arguments http://stackoverflow.com/questions/7785955/inherit-parent-constructor-arguments with parameters... can't seem to get it right. I have a PhysicsBody superclass that takes aNode as its only constructor argument.. that takes aNode as its only constructor argument function PhysicsBody aNode this.userData aNode ... Of this PhysicsBody inherits a.. function PhysicsBody aNode this.userData aNode ... Of this PhysicsBody inherits a DynamicBody class. Is constructor also takes aNode..
|