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

Inheritance: IEffect, IScriptBindable, IEffectAboveShroud
Exibir arquivo Open project: OpenRA/OpenRA Class Usage Examples

Public Methods

Method Description
Beacon ( Player owner, WPos position, bool isPlayerPalette, string palette, string posterCollection, string posterType, string posterPalette, string arrowSequence, string circleSequence, string clockSequence, Func clockFraction ) : System
Beacon ( Player owner, WPos position, int duration, string beaconPalette, bool isPlayerPalette, string beaconCollection, string arrowSprite, string circleSprite ) : System

Private Methods

Method Description
IEffect ( WorldRenderer r ) : IEnumerable
IEffect ( World world ) : void
IEffectAboveShroud ( WorldRenderer r ) : IEnumerable

Method Details

Beacon() public method

public Beacon ( Player owner, WPos position, bool isPlayerPalette, string palette, string posterCollection, string posterType, string posterPalette, string arrowSequence, string circleSequence, string clockSequence, Func clockFraction ) : System
owner Player
position WPos
isPlayerPalette bool
palette string
posterCollection string
posterType string
posterPalette string
arrowSequence string
circleSequence string
clockSequence string
clockFraction Func
return System

Beacon() public method

public Beacon ( Player owner, WPos position, int duration, string beaconPalette, bool isPlayerPalette, string beaconCollection, string arrowSprite, string circleSprite ) : System
owner Player
position WPos
duration int
beaconPalette string
isPlayerPalette bool
beaconCollection string
arrowSprite string
circleSprite string
return System