MCPcopy 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
108void SpriteRender::SetColorParam()
109{
110 if (_paramColor)
111 {
112 _paramColor->SetValue(_color);
113 _paramColor->SetIsOverride(true);
114 }
115}
116
117bool SpriteRender::HasContentLoaded() const
118{

Callers

nothing calls this directly

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected