| 564 | inline void setDebugOn( const U32 debugMask ) { mDebugMask |= debugMask; } |
| 565 | inline void setDebugOff( const U32 debugMask ) { mDebugMask &= ~debugMask; } |
| 566 | inline U32 getDebugMask( void ) const { return mDebugMask; } |
| 567 | |
| 568 | /// Camera mounting. |
| 569 | inline void addCameraMountReference( SceneWindow* pAttachedCamera ) { mpAttachedCamera = pAttachedCamera; } |
no outgoing calls
no test coverage detected