MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / getDebugMask

Method getDebugMask

engine/source/2d/sceneobject/SceneObject.h:566–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 2

sceneRenderOverlayMethod · 0.45
sceneRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected