C# 클래스 Lissandra_the_Ice_Goddess.Evade.Geometry.Sector

파일 보기 프로젝트 열기: blacky/LeagueSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Angle float
Center System.Vector2
Direction System.Vector2
Radius float

공개 메소드들

메소드 설명
Sector ( System.Vector2 center, System.Vector2 direction, float angle, float radius ) : System
ToPolygon ( int offset ) : Polygon

메소드 상세

Sector() 공개 메소드

public Sector ( System.Vector2 center, System.Vector2 direction, float angle, float radius ) : System
center System.Vector2
direction System.Vector2
angle float
radius float
리턴 System

ToPolygon() 공개 메소드

public ToPolygon ( int offset ) : Polygon
offset int
리턴 Polygon

프로퍼티 상세

Angle 공개적으로 프로퍼티

public float Angle
리턴 float

Center 공개적으로 프로퍼티

public Vector2,System Center
리턴 System.Vector2

Direction 공개적으로 프로퍼티

public Vector2,System Direction
리턴 System.Vector2

Radius 공개적으로 프로퍼티

public float Radius
리턴 float