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

Inheritance: IProjectileInfo
Afficher le fichier Open project: OpenRA/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
BeamDuration int
UsePlayerColor bool

Méthodes publiques

Méthode Description
Create ( ProjectileArgs args ) : IProjectile

Method Details

Create() public méthode

public Create ( ProjectileArgs args ) : IProjectile
args OpenRA.GameRules.ProjectileArgs
Résultat IProjectile

Property Details

BeamDuration public_oe property

public int BeamDuration
Résultat int

UsePlayerColor public_oe property

public bool UsePlayerColor
Résultat bool