OptionaltargetEmitter: ParticleEmitterOptionalpreserveShapePosition: booleanOptionalisWorldPosition: booleanOptionalposition: Immutable<Vector3>Optionalcolor: Immutable<SRGBColor>Optionallifetime: numberOptionalsize: numberOptionalsize3D: Immutable<Vector3>Optionalspeed: numberOptionalvelocity: Immutable<Vector3>OptionalflipProbabilityU: numberOptionalflipProbabilityV: numberOptionalrotation: numberOptionalrotation3D: Immutable<Vector3>Optionalseed: numberProtected Optional_Protected Optional_Protected Optional_Protected_Protected Optional_Protected Optional_Protected_Protected Optional_Protected Optional_Protected Optional_Protected Optional_Protected Optional_Protected Optional_Protected_Protected Optional_Optional color override for the emitted particle.
Optional U texture coordinate flip probability for the emitted particle.
Optional V texture coordinate flip probability for the emitted particle.
When enabled, the world position is assumed to be specified in world space.
Optional lifetime override for the emitted particle, in seconds.
Optional position of the emitted particle. If PreserveShapePosition is enabled, the relative position of the particle in the shape will be preserved.
When enabled, the relative position of the emitted particle within the shape will be preserved.
Optional rotation override for the emitted particle, in degrees.
Optional 3D rotation override for the emitted particle, in degrees.
Optional random seed for the emitted particle.
Optional size override for the emitted particle.
Optional size override for the emitted particle.
Optional speed override for the emitted particle, in meters.
The targeted emitter. If not set, all emitters on the particle system will emit Particles.
Optional velocity override for the emitted particle, in meters/second.
Copies all properties defined by the prototype of ParticleEmissionOptions from other to this instance.
Clones this instance and returns a new ParticleEmissionOptions with identical values.
Determines if this ParticleEmissionOptions instance is equal to the other instance.
Staticis
ParticleEmissionOptions represents information about a manually triggered particle emission burst. The different fields represent properties of the generated particles that can be overriden or adjusted for this burst.