| 344 | } |
| 345 | |
| 346 | NpScene* NpAggregate::getAPIScene() const |
| 347 | { |
| 348 | return mAggregate.getScbSceneForAPI() ? static_cast<NpScene*>(mAggregate.getScbSceneForAPI()->getPxScene()) : NULL; |
| 349 | } |
| 350 | |
| 351 | NpScene* NpAggregate::getOwnerScene() const |
| 352 | { |
nothing calls this directly
no test coverage detected