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

Inheritance: IProjectileInfo
Exibir arquivo Open project: cjshmyr/OpenRA Class Usage Examples

Public Properties

Property Type Description
BeamDuration int
UsePlayerColor bool

Public Methods

Method Description
Create ( ProjectileArgs args ) : IEffect

Method Details

Create() public method

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

Property Details

BeamDuration public_oe property

public int BeamDuration
return int

UsePlayerColor public_oe property

public bool UsePlayerColor
return bool