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

Inheritance: IEffect
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Méthode 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

Méthode Description
Finish ( World world ) : void

Method Details

IonCannon() public méthode

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
Résultat System.Collections.Generic

Render() public méthode

public Render ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
Résultat IEnumerable

Tick() public méthode

public Tick ( World world ) : void
world World
Résultat void