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

Inheritance: IRenderAboveShroud, ITick
Exibir arquivo Open project: OpenRA/OpenRA

Public Properties

Property Type Description
Info SelectionDecorationsInfo

Public Methods

Method Description
SelectionDecorations ( Actor self, SelectionDecorationsInfo info ) : System.Collections.Generic

Private Methods

Method Description
ActivityTargetPath ( Actor self ) : IEnumerable
DrawPips ( Actor self, WorldRenderer wr, int2 basePosition, OpenRA.Graphics.PaletteReference palette ) : IEnumerable
IRenderAboveShroud ( Actor self, WorldRenderer wr ) : IEnumerable
ITick ( Actor self ) : void

Method Details

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