C# Класс Project290.Particles.ParticleBouncer

Bounces around the screen and emitts different colored particles which fade away smoothly.
Наследование: CircularParticleEmitter
Показать файл Открыть проект

Открытые методы

Метод Описание
ParticleBouncer ( Screen screen, long particleDelay, float particleLaunchVelocity, ParticleAction action ) : System

Initializes a new instance of the ParticleBouncer class.

Update ( ) : void

Updates this instance.

Описание методов

ParticleBouncer() публичный Метод

Initializes a new instance of the ParticleBouncer class.
public ParticleBouncer ( Screen screen, long particleDelay, float particleLaunchVelocity, ParticleAction action ) : System
screen Project290.Screens.Screen The screen.
particleDelay long The particle delay (in ticks).
particleLaunchVelocity float
action ParticleAction The action.
Результат System

Update() публичный Метод

Updates this instance.
public Update ( ) : void
Результат void