C# Class OpenRA.Mods.RA.Projectiles.TeslaZap

Inheritance: IProjectile
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
Render ( WorldRenderer wr ) : IEnumerable
TeslaZap ( TeslaZapInfo info, ProjectileArgs args ) : System.Collections.Generic
Tick ( World world ) : void

Method Details

Render() public méthode

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

TeslaZap() public méthode

public TeslaZap ( TeslaZapInfo info, ProjectileArgs args ) : System.Collections.Generic
info TeslaZapInfo
args OpenRA.GameRules.ProjectileArgs
Résultat System.Collections.Generic

Tick() public méthode

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