Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ setActive
Method
setActive
Source/GameObject.h:233–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
void setID(int id) { m_pId = id; }
232
233
void setActive(bool active) { m_bActive = active; }
234
235
bool isActive() { return m_bActive; }
236
Callers
10
init
Method · 0.80
onTouchMoved
Method · 0.80
onTouchBegan
Method · 0.80
loadLevel
Method · 0.80
updateVisibility
Method · 0.80
resetLevel
Method · 0.80
exit
Method · 0.80
createFromString
Method · 0.80
updateVisibility
Method · 0.80
exit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected