docs(particle): clarify Shape mode comment for scale behavior

This commit is contained in:
chenmo.gl
2026-04-17 11:40:20 +08:00
parent 6d8f29052f
commit ee611b8a67

View File

@@ -6,6 +6,6 @@ export enum ParticleScaleMode {
World,
/** Scale the Particle Generator using only its own transform scale, ignoring parent scale. */
Local,
/** Only scale the emission shape, particles themselves are not affected. */
/** Scale only the emitter shape positions; particle size and movement are unaffected. */
Shape
}