Home
last modified time | relevance | path

Searched defs:SelectionBarsAnnotationRenderable (Results 1 – 1 of 1) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Graphics/
H A DSelectionBarsAnnotationRenderable.cs20 readonly WPos pos;
21 readonly Actor actor;
22 readonly bool displayHealth;
23 readonly bool displayExtra;
24 readonly Rectangle decorationBounds;
26 …public SelectionBarsAnnotationRenderable(Actor actor, Rectangle decorationBounds, bool displayHeal… in SelectionBarsAnnotationRenderable() method
33 public SelectionBarsAnnotationRenderable(WPos pos, Actor actor, Rectangle decorationBounds) in SelectionBarsAnnotationRenderable() method
41 public WPos Pos { get { return pos; } }
46 public int ZOffset { get { return 0; } }
90 Color GetHealthColor(IHealth health) in GetHealthColor()
[all …]