ParticleSize()

Syntax

ParticleSize(#ParticleEmitter, Width, Height)
Description
Change the particles dimensions. Particles are 2D planes (billboards) which always face the camera. All particles in an emitter always have the same size.

Parameters

#ParticleEmitter The particle emitter to use.
Width, Size The new size of the particles, in world unit.

Return value

None.

Supported OS

All

<- ParticleMaterial() - Particle Index - ParticleSpeedFactor() ->