MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetSizeAdjust

Method SetSizeAdjust

GTE/Graphics/Particles.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void Particles::SetSizeAdjust(float sizeAdjust)
74{
75 LogAssert(sizeAdjust > 0.0f, "Invalid size-adjust parameter.");
76 mSizeAdjust = sizeAdjust;
77}
78
79void Particles::SetNumActive(uint32_t numActive)
80{

Callers 1

UpdateSystemMotionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected