MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetParameterValue

Method SetParameterValue

Source/Engine/Particles/ParticleEffect.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void ParticleEffect::SetParameterValue(const StringView& emitterTrackName, const StringView& paramName, const Variant& value)
220{
221 auto param = GetParameter(emitterTrackName, paramName);
222 CHECK(param);
223 param->SetValue(value);
224}
225
226void ParticleEffect::ResetParameters()
227{

Callers 15

RenderMethod · 0.45
BindMethod · 0.45
BindMethod · 0.45
DrawSelfMethod · 0.45
UpdateAngleMethod · 0.45
UpdateSelectionColorMethod · 0.45
DrawIconsMethod · 0.45
UpdateGizmoBrightnessMethod · 0.45
RenderMethod · 0.45
DrawMethod · 0.45
ParameterSetMethod · 0.45

Calls 2

GetParameterFunction · 0.85
SetValueMethod · 0.45

Tested by

no test coverage detected