Particle Game Maker Engine  1.0.0
Enables the user to create their own particle game using a simple and coherent api in the PongChamp scripting language
Public Member Functions | List of all members
ParticleGroupBuilder Class Reference

#include <ParticleGroupBuilder.h>

Public Member Functions

 ParticleGroupBuilder ()
 
ParticleGroupbuild ()
 
ParticleGroupBuilder & withColor (int r, int g, int b)
 
ParticleGroupBuilder & withName (const char *name)
 

Constructor & Destructor Documentation

ParticleGroupBuilder::ParticleGroupBuilder ( )

Member Function Documentation

ParticleGroup * ParticleGroupBuilder::build ( )
ParticleGroupBuilder & ParticleGroupBuilder::withColor ( int  r,
int  g,
int  b 
)
ParticleGroupBuilder & ParticleGroupBuilder::withName ( const char *  name)

The documentation for this class was generated from the following files: