C# Class OpenRA.Mods.Common.Effects.AreaBeam

Inheritance: IEffect, ISync
Exibir arquivo Open project: cjshmyr/OpenRA

Private Properties

Property Type Description
GetFalloff int

Public Methods

Method Description
AreaBeam ( AreaBeamInfo info, ProjectileArgs args, Color color ) : System
Render ( WorldRenderer wr ) : IEnumerable
Tick ( World world ) : void

Private Methods

Method Description
GetFalloff ( int distance ) : int

Method Details

AreaBeam() public method

public AreaBeam ( AreaBeamInfo info, ProjectileArgs args, Color color ) : System
info AreaBeamInfo
args OpenRA.GameRules.ProjectileArgs
color Color
return System

Render() public method

public Render ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
return IEnumerable

Tick() public method

public Tick ( World world ) : void
world World
return void