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

Inheritance: IRenderAboveShroudWhenSelected, IRenderAboveWorld
Exibir arquivo Open project: pchote/OpenRA

Public Properties

Property Type Description
Info WithRangeCircleInfo

Private Properties

Property Type Description
IRenderAboveShroudWhenSelected IEnumerable
IRenderAboveWorld void

Public Methods

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

Private Methods

Method Description
IRenderAboveShroudWhenSelected ( Actor self, WorldRenderer wr ) : IEnumerable
IRenderAboveWorld ( Actor self, WorldRenderer wr ) : void

Method Details

RenderRangeCircle() public method

public RenderRangeCircle ( Actor self, WorldRenderer wr ) : IEnumerable
self Actor
wr OpenRA.Graphics.WorldRenderer
return IEnumerable

WithRangeCircle() public method

public WithRangeCircle ( Actor self, WithRangeCircleInfo info ) : System.Collections.Generic
self Actor
info WithRangeCircleInfo
return System.Collections.Generic

Property Details

Info public_oe property

public WithRangeCircleInfo,OpenRA.Mods.Common.Traits.Render Info
return WithRangeCircleInfo