startGen/genValue follow the per-particle slot pattern documented in GeneratorMemory.ts: spawn calls startGen(memory) once (claim a slot or no-op), then genValue(memory) per frame.
startGen
genValue
GeneratorMemory.ts
startGen(memory)
genValue(memory)
Static
startGen/genValuefollow the per-particle slot pattern documented inGeneratorMemory.ts: spawn callsstartGen(memory)once (claim a slot or no-op), thengenValue(memory)per frame.