C# 클래스 Project290.Particles.RandomEmitter

Emits a particle randomly on the screen.
상속: CircularParticleEmitter
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
RandomEmitter ( Screen screen, long particleDelay, float particleLaunchVelocity, ParticleAction action ) : System

Initializes a new instance of the RandomEmitter class.

Update ( ) : void

Updates this instance.

메소드 상세

RandomEmitter() 공개 메소드

Initializes a new instance of the RandomEmitter class.
public RandomEmitter ( 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