group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
ParticleEmitterTag.hpp File Reference

Particle emitter tag component for environmental effects. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ParticleEmitterTag
 Tag component for world entities that continuously emit smoke/fire/steam particles. More...
 

Enumerations

enum class  EmitterType : uint8_t { Smoke , Fire , Steam }
 Type of environmental particles emitted by an entity. More...
 

Detailed Description

Particle emitter tag component for environmental effects.

Enumeration Type Documentation

◆ EmitterType

enum class EmitterType : uint8_t
strong

Type of environmental particles emitted by an entity.

Enumerator
Smoke 

Slow-rising dark smoke puffs.

Fire 

Bright flickering fire particles.

Steam 

Light translucent steam wisps.