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

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

Public Properties

Property Type Description
ContrailColor Color
ContrailDelay int
ContrailLength int
ContrailUsePlayerColor bool
ContrailWidth WDist
ContrailZOffset int

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

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