Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ setBackground
Method
setBackground
Engine/source/platform/platformTimer.h:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
const S32 getBackgroundThreshold() const;
83
84
void setBackground(const bool isBackground) { mBackground = isBackground; };
85
const bool getBackground() const { return mBackground; };
86
87
};
Callers
1
doMainLoop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected