C4 Engine Terathon Software C4 Engine API Documentation

• Effect Manager

API Links
Developer Links

class InfinitePointParticleSystem

Defined in:  C4Particles.h
The InfinitePointParticleSystem class represents an infinite point-based particle system node in a world.
Definition

class InfinitePointParticleSystem : public ParticleSystem

Constructor

InfinitePointParticleSystem(ParticleSystemType type, ParticlePoolBase *pool, const char *textureName = nullptr);

The constructor has protected access. The InfinitePointParticleSystem class can only exist as the base class for a more specific type of particle effect.
Parameters
type The type of particle system.
pool The particle pool from which this effect creates particles.
textureName The name of the texture map to use. If this is nullptr, then the default particle texture is used.
Description
The InfinitePointParticleSystem class is the base class for all point-based particle effects that are rendered at infinity.
Base Classes
ParticleSystem An InfinitePointParticleSystem node is a specific type of particle system.
See Also

ParticlePool

Particle