rotation getter
| 311 | |
| 312 | /// rotation getter |
| 313 | float Node::getRotation() const |
| 314 | { |
| 315 | AXASSERT(_rotationZ_X == _rotationZ_Y, "CCNode#rotation. RotationX != RotationY. Don't know which one to return"); |
| 316 | return _rotationZ_X; |
| 317 | } |
| 318 | |
| 319 | /// rotation setter |
| 320 | void Node::setRotation(float rotation) |
no outgoing calls