Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Emit(count: int): void;

Description

Emit count particles immediately.

Emit(position: Vector3, velocity: Vector3, size: float, lifetime: float, color: Color32): void;

Parameters

positionThe position of the particle.
velocityThe velocity of the particle.
sizeThe size of the particle.
lifetimeThe remaining lifetime of the particle.
colorThe color of the particle.

Description

Emit a single particle with given parameters.

Emit(particle: Particle): void;

Description

Emit a single particle.