C# 클래스 Project290.Particles.ParticleBouncer

Bounces around the screen and emitts different colored particles which fade away smoothly.
상속: CircularParticleEmitter
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
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