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

Inheritance: IProjectileInfo
Exibir arquivo 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_oe property

public Color ContrailColor
return Color

ContrailDelay public_oe property

public int ContrailDelay
return int

ContrailLength public_oe property

public int ContrailLength
return int

ContrailUsePlayerColor public_oe property

public bool ContrailUsePlayerColor
return bool

ContrailWidth public_oe property

public WDist ContrailWidth
return WDist

ContrailZOffset public_oe property

public int ContrailZOffset
return int

TrailUsePlayerPalette public_oe property

public bool TrailUsePlayerPalette
return bool