C# Class Engine.Objects.Particle

Afficher le fichier Open project: Radnen/sphere-sfml Class Usage Examples

Méthodes publiques

Méthode Description
Render ( double ox, double oy ) : void
Setup ( EmitterInstance parent ) : void
Update ( double time ) : void

Method Details

Render() public méthode

public Render ( double ox, double oy ) : void
ox double
oy double
Résultat void

Setup() public méthode

public Setup ( EmitterInstance parent ) : void
parent EmitterInstance
Résultat void

Update() public méthode

public Update ( double time ) : void
time double
Résultat void