Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetColorParam
Method
SetColorParam
Source/Engine/UI/SpriteRender.cpp:108–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void SpriteRender::SetColorParam()
109
{
110
if (_paramColor)
111
{
112
_paramColor->SetValue(_color);
113
_paramColor->SetIsOverride(true);
114
}
115
}
116
117
bool SpriteRender::HasContentLoaded() const
118
{
Callers
nothing calls this directly
Calls
1
SetValue
Method · 0.45
Tested by
no test coverage detected