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

Inheritance: IEffect, ISync
Afficher le fichier Open project: cjshmyr/OpenRA

Méthodes publiques

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

Method Details

GravityBomb() public méthode

public GravityBomb ( GravityBombInfo info, ProjectileArgs args ) : System.Collections.Generic
info GravityBombInfo
args OpenRA.GameRules.ProjectileArgs
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