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

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

Méthodes publiques

Свойство Type Description
Image string
Shadow bool
Velocity WDist

Méthodes publiques

Méthode Description
Create ( ProjectileArgs args ) : IEffect

Method Details

Create() public méthode

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

Property Details

Image public_oe property

public string Image
Résultat string

Shadow public_oe property

public bool Shadow
Résultat bool

Velocity public_oe property

public WDist Velocity
Résultat WDist