Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetValue
Method
SetValue
trinity/Shader/Parameter/Tr2FloatParameter.cpp:58–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void Tr2FloatParameter::SetValue( float val )
59
{
60
m_value = val;
61
if( m_reroutedValue )
62
{
63
*m_reroutedValue = m_value;
64
}
65
}
66
67
bool Tr2FloatParameter::IsRerouted() const
68
{
Callers
1
SetParameter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected