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

Inheritance: IProjectileInfo
Show file Open project: cjshmyr/OpenRA Class Usage Examples

Public Properties

Property Type Description
ContrailColor Color
ContrailDelay int
ContrailLength int
ContrailUsePlayerColor bool
ContrailWidth WDist
ContrailZOffset int
TrailUsePlayerPalette 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

ContrailColor public property

public Color ContrailColor
return Color

ContrailDelay public property

public int ContrailDelay
return int

ContrailLength public property

public int ContrailLength
return int

ContrailUsePlayerColor public property

public bool ContrailUsePlayerColor
return bool

ContrailWidth public property

public WDist ContrailWidth
return WDist

ContrailZOffset public property

public int ContrailZOffset
return int

TrailUsePlayerPalette public property

public bool TrailUsePlayerPalette
return bool