Sly Engine
Particle Class Reference

#include <Particle.h>

Inheritance diagram for Particle:
Inheritance graph
Collaboration diagram for Particle:
Collaboration graph

Public Member Functions

void Initialize (Vect pos, Vect direction, float speed)
 

Public Attributes

ParticleFactory::StorageRef myDeleteRef
 
Vect pos
 
Vect direction
 
float speed
 

Member Function Documentation

◆ Initialize()

void Particle::Initialize ( Vect  pos,
Vect  direction,
float  speed 
)
Here is the caller graph for this function:

Member Data Documentation

◆ direction

Vect Particle::direction

◆ myDeleteRef

ParticleFactory::StorageRef Particle::myDeleteRef

◆ pos

Vect Particle::pos

◆ speed

float Particle::speed

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