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_colorProtected Optional_flipProtected Optional_flipProtected_isProtected Optional_lifetimeProtected Optional_positionProtected_preserveProtected Optional_rotationProtected Optional_rotation3DProtected Optional_seedProtected Optional_sizeProtected Optional_size3DProtected Optional_speedProtected_targetProtected Optional_velocityOptional 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.
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 random seed 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.
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.
StaticisDetermines if both ParticleEmissionOptions instances are equal.
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.