C# Class OpenRA.Mods.Common.Traits.WeatherOverlay

Inheritance: ITick, IPostRender
显示文件 Open project: pchote/OpenRA

Public Methods

Method Description
WeatherOverlay ( World world, WeatherOverlayInfo info ) : System.Collections.Generic

Private Methods

Method Description
AntiScroll ( Particle &tempParticle, WorldRenderer wr ) : void
CalculateParticleCount ( int x, int y ) : int
DrawWeatherOverlay ( WorldRenderer wr ) : void
EdgeCheckReplace ( Particle &tempParticle, WorldRenderer wr ) : void
FadeInParticleCount ( WorldRenderer wr ) : void
FadeOutParticleCount ( WorldRenderer wr ) : void
IRenderAboveWorld ( Actor self, WorldRenderer wr ) : void
ITick ( Actor self ) : void
Movement ( Particle &tempParticle ) : void
ParticlesCountLogic ( WorldRenderer wr ) : void
SpawnParticles ( int count, int rangeY, int spawnChancePercent ) : void
UpdateWeatherOverlay ( WorldRenderer wr ) : void
WindLogic ( Particle &tempParticle ) : void
XAxisSwing ( Particle &tempParticle ) : void

Method Details

WeatherOverlay() public method

public WeatherOverlay ( World world, WeatherOverlayInfo info ) : System.Collections.Generic
world World
info WeatherOverlayInfo
return System.Collections.Generic