C# Class Lissandra_the_Ice_Goddess.Evade.Geometry.Sector

Afficher le fichier Open project: blacky/LeagueSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Angle float
Center System.Vector2
Direction System.Vector2
Radius float

Méthodes publiques

Méthode Description
Sector ( System.Vector2 center, System.Vector2 direction, float angle, float radius ) : System
ToPolygon ( int offset ) : Polygon

Method Details

Sector() public méthode

public Sector ( System.Vector2 center, System.Vector2 direction, float angle, float radius ) : System
center System.Vector2
direction System.Vector2
angle float
radius float
Résultat System

ToPolygon() public méthode

public ToPolygon ( int offset ) : Polygon
offset int
Résultat Polygon

Property Details

Angle public_oe property

public float Angle
Résultat float

Center public_oe property

public Vector2,System Center
Résultat System.Vector2

Direction public_oe property

public Vector2,System Direction
Résultat System.Vector2

Radius public_oe property

public float Radius
Résultat float