Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ SetCommandController
Method
SetCommandController
Engine/source/EtFramework/ECS/System.h:45–45 ·
view source on GitHub ↗
functionality ---------------
Source
from the content-addressed store, hash-verified
43
// functionality
44
//---------------
45
void SetCommandController(EcsController* const ecs) { m_CommandBuffer.SetController(ecs); }
46
void MergeCommands() { m_CommandBuffer.Merge(); }
47
48
// accessors
Callers
1
Process
Method · 0.80
Calls
1
SetController
Method · 0.80
Tested by
no test coverage detected