跳转到内容

ParticleEmitter

此内容尚不支持你的语言。

const ParticleEmitter: BuiltinComponentDef<ParticleEmitterData>

Defined in: ecs/component.ts:1116

A particle system on an entity. colorGradient and sizeCurve OVERRIDE the start/end pairs when they carry stops or keys and fall back to them when empty; simulationSpace decides whether particles follow the entity or are left behind by it. Integration is C++, over the whole system at once.