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

Inheritance: IRenderAboveShroud, ITick
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Свойство Type Description
Info SelectionDecorationsInfo

Méthodes publiques

Méthode Description
SelectionDecorations ( Actor self, SelectionDecorationsInfo info ) : System.Collections.Generic

Private Methods

Méthode 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 méthode

public SelectionDecorations ( Actor self, SelectionDecorationsInfo info ) : System.Collections.Generic
self Actor
info SelectionDecorationsInfo
Résultat System.Collections.Generic

Property Details

Info public_oe property

public SelectionDecorationsInfo Info
Résultat SelectionDecorationsInfo