C# Class OpenRA.Mods.Cnc.Effects.IonCannon

Inheritance: IEffect
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
IonCannon ( Player firedBy, WeaponInfo weapon, World world, CPos location, string effect, string sequence, string palette, int delay ) : System.Collections.Generic
Render ( WorldRenderer wr ) : IEnumerable
Tick ( World world ) : void

Private Methods

Method Description
Finish ( World world ) : void

Method Details

IonCannon() public method

public IonCannon ( Player firedBy, WeaponInfo weapon, World world, CPos location, string effect, string sequence, string palette, int delay ) : System.Collections.Generic
firedBy Player
weapon WeaponInfo
world World
location CPos
effect string
sequence string
palette string
delay int
return System.Collections.Generic

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