Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ ~EveMultiEffect
Method
~EveMultiEffect
trinity/Eve/EveMultiEffect.cpp:23–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
EveMultiEffect::~EveMultiEffect()
24
{
25
for( auto& controller : m_controllers )
26
{
27
controller->Unlink( UnlinkReason::DELETING );
28
}
29
}
30
31
std::unordered_map<std::string, IRoot*> EveMultiEffect::GetParameterMap() const
32
{
Callers
nothing calls this directly
Calls
1
Unlink
Method · 0.45
Tested by
no test coverage detected