Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetValue
Function
GetValue
trinity/TriVariable.h:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void GetValue( float& value ) const
204
{
205
GetValue_( value );
206
}
207
void GetValue( int& value ) const
208
{
209
GetValue_( value );
Callers
15
Tr2ExternalParameter.h
File · 0.85
Tr2GStateParameter.h
File · 0.85
GetRegionReport
Method · 0.85
TriStepSetVariableStore.h
File · 0.85
Tr2ControllerFloatVariable.h
File · 0.85
Tr2CurveVector3.h
File · 0.85
Tr2FollowCurveKey.h
File · 0.85
GetValueAt
Method · 0.85
UpdateValue
Method · 0.85
Update
Method · 0.85
GetValueAt
Method · 0.85
Tr2CurveVector3Expression.h
File · 0.85
Calls
3
GetValue_
Function · 0.85
GetValueTextureRes
Function · 0.85
GetValueGpuBuffer
Function · 0.85
Tested by
no test coverage detected