C# Class Lissandra_the_Ice_Goddess.Evade.Geometry.Ring

Show file Open project: blacky/LeagueSharp Class Usage Examples

Public Properties

Property Type Description
Center System.Vector2
Radius float
RingRadius float

Public Methods

Method Description
Ring ( System.Vector2 center, float radius, float ringRadius ) : System
ToPolygon ( int offset ) : Polygon

Method Details

Ring() public method

public Ring ( System.Vector2 center, float radius, float ringRadius ) : System
center System.Vector2
radius float
ringRadius float
return System

ToPolygon() public method

public ToPolygon ( int offset ) : Polygon
offset int
return Polygon

Property Details

Center public property

public Vector2,System Center
return System.Vector2

Radius public property

public float Radius
return float

RingRadius public property

public float RingRadius
return float