MCPcopy 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
58void Tr2FloatParameter::SetValue( float val )
59{
60 m_value = val;
61 if( m_reroutedValue )
62 {
63 *m_reroutedValue = m_value;
64 }
65}
66
67bool Tr2FloatParameter::IsRerouted() const
68{

Callers 1

SetParameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected