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

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

Méthodes publiques

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

Private Properties

Свойство Type Description
IPostRender void
IPostRenderSelection IEnumerable

Méthodes publiques

Méthode Description
RenderRangeCircle ( WorldRenderer wr ) : IEnumerable
WithRangeCircle ( Actor self, WithRangeCircleInfo info ) : System.Collections.Generic

Private Methods

Méthode Description
IPostRender ( WorldRenderer wr, Actor self ) : void
IPostRenderSelection ( WorldRenderer wr ) : IEnumerable

Method Details

RenderRangeCircle() public méthode

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

WithRangeCircle() public méthode

public WithRangeCircle ( Actor self, WithRangeCircleInfo info ) : System.Collections.Generic
self Actor
info WithRangeCircleInfo
Résultat System.Collections.Generic

Property Details

Info public_oe property

public WithRangeCircleInfo,OpenRA.Mods.Common.Traits Info
Résultat WithRangeCircleInfo