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

Method SetValue

Source/Engine/Particles/ParticleEffect.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void ParticleEffectParameter::SetValue(const Variant& value) const
113{
114 CHECK(IsValid());
115 _effect->Instance.Emitters[_emitterIndex].Parameters[_paramIndex] = value;
116}
117
118GraphParameter* ParticleEffectParameter::GetEmitterParameter() const
119{

Callers 4

SetParameterValueMethod · 0.45
ResetParametersMethod · 0.45
SimMethod · 0.45

Calls 1

IsValidFunction · 0.50

Tested by

no test coverage detected