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

Inheritance: IPostRenderSelection
Afficher le fichier Open project: cjshmyr/OpenRA

Méthodes publiques

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

Méthodes publiques

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

Private Methods

Méthode Description
ActivityTargetPath ( ) : IEnumerable
DrawControlGroup ( WorldRenderer wr, Actor self, int2 basePosition ) : IEnumerable
DrawPips ( WorldRenderer wr, Actor self, int2 basePosition ) : IEnumerable

Method Details

RenderAfterWorld() public méthode

public RenderAfterWorld ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
Résultat IEnumerable

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