Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetValue
Function
SetValue
trinity/TriVariable.h:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
/////////////////////////////////////////////
264
265
void SetValue( float value )
266
{
267
SetValue_( value );
268
}
269
void SetValue( int value )
270
{
271
SetValue_( value );
Callers
7
Tr2ExternalParameter.h
File · 0.85
Tr2GStateParameter.h
File · 0.85
TriStepSetVariableStore.h
File · 0.85
py__init__
Method · 0.85
Tr2ControllerFloatVariable.h
File · 0.85
Tr2Vector4Parameter.h
File · 0.85
Tr2FloatParameter.h
File · 0.85
Calls
3
SetValue_
Function · 0.85
SetValueTextureRes
Function · 0.85
SetValueGpuBuffer
Function · 0.85
Tested by
no test coverage detected