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

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

Private Properties

Property Type Description
Explode void
GetEffectiveFacing int

Public Methods

Method Description
Bullet ( BulletInfo info, ProjectileArgs args ) : System
Render ( WorldRenderer wr ) : IEnumerable
Tick ( World world ) : void

Private Methods

Method Description
Explode ( World world ) : void
GetEffectiveFacing ( ) : int

Method Details

Bullet() public method

public Bullet ( BulletInfo info, ProjectileArgs args ) : System
info BulletInfo
args OpenRA.GameRules.ProjectileArgs
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