MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetValue

Method GetValue

trinity/Shader/Parameter/Tr2FloatParameter.cpp:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48float Tr2FloatParameter::GetValue()
49{
50 if( m_reroutedValue )
51 {
52 m_value = *m_reroutedValue;
53 }
54
55 return m_value;
56}
57
58void Tr2FloatParameter::SetValue( float val )
59{

Callers 1

IssueDrawCallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected