C# Class OpenRA.Mods.Common.Projectiles.LaserZapInfo

Inheritance: IProjectileInfo
Datei anzeigen Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
BeamDuration int
UsePlayerColor bool

Public Methods

Method Description
Create ( ProjectileArgs args ) : IProjectile

Method Details

Create() public method

public Create ( ProjectileArgs args ) : IProjectile
args OpenRA.GameRules.ProjectileArgs
return IProjectile

Property Details

BeamDuration public_oe property

public int BeamDuration
return int

UsePlayerColor public_oe property

public bool UsePlayerColor
return bool