Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ setActive
Method
setActive
src/CameraComponent.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void CameraComponent::setActive(bool newState) {
15
active = newState;
16
}
17
18
void RavEngine::CameraComponent::SetTargetSize(unsigned int inwidth, unsigned int inheight)
19
{
Callers
1
Start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected