C# Class OpenRA.Mods.Common.Traits.SelectionDecorations

Inheritance: IPostRenderSelection
Mostrar archivo Open project: cjshmyr/OpenRA

Public Properties

Property Type Description
Info SelectionDecorationsInfo

Public Methods

Method Description
RenderAfterWorld ( WorldRenderer wr ) : IEnumerable
SelectionDecorations ( Actor self, SelectionDecorationsInfo info ) : System.Collections.Generic

Private Methods

Method Description
ActivityTargetPath ( ) : IEnumerable
DrawControlGroup ( WorldRenderer wr, Actor self, int2 basePosition ) : IEnumerable
DrawPips ( WorldRenderer wr, Actor self, int2 basePosition ) : IEnumerable

Method Details

RenderAfterWorld() public method

public RenderAfterWorld ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
return IEnumerable

SelectionDecorations() public method

public SelectionDecorations ( Actor self, SelectionDecorationsInfo info ) : System.Collections.Generic
self Actor
info SelectionDecorationsInfo
return System.Collections.Generic

Property Details

Info public_oe property

public SelectionDecorationsInfo Info
return SelectionDecorationsInfo