mirror of
https://github.com/galacean/engine.git
synced 2026-05-06 22:23:05 +08:00
docs(particle): clarify Shape mode comment for scale behavior
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user